Unverified Commit d6e763bc authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

shattered-pixel-dungeon: 3.3.7 -> 3.3.8 (#502787)

parents c13ab055 befb7016
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

callPackage ./generic.nix rec {
  pname = "shattered-pixel-dungeon";
  version = "3.3.7";
  version = "3.3.8";

  src = fetchFromGitHub {
    owner = "00-Evan";
    repo = "shattered-pixel-dungeon";
    tag = "v${version}";
    hash = "sha256-nWsIaAj4IqQWmNOGFOFJ+oX0Nz6DlWEp/47/qrcZ8qs=";
    hash = "sha256-FRYuMjDk6UzmLeaR4MoONXYvNng7uC1xkxbDSiI3gnU=";
  };

  patches = [ ];