Merge pull request #172089 from SuperSandro2000/bottles

bottles: 2022.5.2-trento -> 2022.5.2-trento-2
This commit is contained in:
Sandro
2022-05-15 23:29:44 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = ''