Unverified Commit 25236640 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

parents 3e86dab3 3e5b8617
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [