bottles: 51.6 -> 51.9

Diff: https://github.com/bottlesdevs/bottles/compare/51.6...51.9
This commit is contained in:
Martino Fontana 2023-08-23 11:56:34 +02:00
parent 0b07d4957e
commit bd3ea9f72a

View File

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