bottles-unwrapped: 51.24 -> 51.25 (#457396)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-11-01 14:44:49 +00:00
committed by GitHub

View File

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