Merge pull request #172089 from SuperSandro2000/bottles

bottles: 2022.5.2-trento -> 2022.5.2-trento-2
main
Sandro 2 years ago committed by GitHub
commit da3be46cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/misc/bottles/default.nix

@ -20,13 +20,13 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "bottles";
version = "2022.5.2-trento";
version = "2022.5.2-trento-2";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
sha256 = "sha256-9auQm8rmySjPQmhueGMRj4DsQiKhCGtE97byc/h+v84=";
sha256 = "sha256-ufK+h4nblnftyIaRSq43H/q3VSquf1DnD6Z+iuPTJBE=";
};
postPatch = ''

Loading…
Cancel
Save