Merge pull request #294841 from SuperSamus/bottles-update

bottles: 51.9 -> 51.11
This commit is contained in:
Fabián Heredia Montiel
2024-03-12 14:50:32 -06:00
committed by GitHub
+2 -2
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 = [