bottles: 2022.5.28-trento-2 -> 2022.5.28-trento-3

This commit is contained in:
Sandro Jäckel 2022-05-29 22:10:00 +02:00
parent 260ed44242
commit 41be2855f8
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.28-trento-2";
version = "2022.5.28-trento-3";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
sha256 = "sha256-q4arUiHcAvkytcxnbLbMRzFVOgWqEXNIZt9Y8l3dAig=";
sha256 = "sha256-KIDLRqDLFTsVAczRpTchnUtKJfVHqbYzf8MhIR5UdYY=";
};
postPatch = ''