3
0
Fork 0
forked from mirrors/nixpkgs

bottles: 2022.5.2-trento -> 2022.5.2-trento-2

This commit is contained in:
Sandro Jäckel 2022-05-08 22:36:59 +02:00
parent 423aefc9c6
commit e5ce505f1a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 = ''