bottles-unwrapped: 51.24 -> 51.25

This commit is contained in:
R. Ryantm
2025-11-01 00:11:54 +00:00
parent 92661251e0
commit 3e5b8617de

View File

@@ -32,13 +32,13 @@
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "51.24";
version = "51.25";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
tag = version;
hash = "sha256-cKW2b8MVpVksDnthn9kPBtUoCiiCMTQ993KTJSJuZDE=";
hash = "sha256-W25MpdXLO+vcMvvCJmA87lB9WiBOJHsWp8D/LU0xjAY=";
};
patches = [