bottles: 2022.4.14-trento-1 -> 2022.4.28-trento

This commit is contained in:
Sandro Jäckel 2022-04-28 01:59:44 +02:00
parent 6ee9a9d0be
commit 42c6fd5869
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.4.14-trento-1";
version = "2022.4.28-trento";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
sha256 = "16cb01fhxa64f8fadwpr0mawfmchig6xlbx20mz4q9yh5fnagywj";
sha256 = "sha256-PVtjKAwCA9GliUDIoAFMqeVFZYPo2dxCWhW9lSotC6w=";
};
postPatch = ''