bottles: 51.9 -> 51.11

Diff: https://github.com/bottlesdevs/bottles/compare/51.9...51.11
This commit is contained in:
Martino Fontana 2024-02-28 10:54:11 +01:00
parent db339f1706
commit 3f25b9d193

View File

@ -28,13 +28,13 @@
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "51.9";
version = "51.11";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
rev = version;
sha256 = "sha256-iZUszwVcbVn6Xsqou6crSp9gJBRmm5vEqxS87h/s3PQ=";
sha256 = "sha256-uS3xmTu+LrVFX93bYcJvYjl6179d3IjpxLKrOXn8Z8Y=";
};
patches = [