Commit 9b35179f authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

shattered-pixel-dungeon: 2.5.4 -> 3.0.0

parent 4653d834
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 = "2.5.4";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "00-Evan";
    repo = "shattered-pixel-dungeon";
    rev = "v${version}";
    hash = "sha256-I8DO0HwMfuIwgraX8Q8Ns4ynQMV0aFsAoXCG7EbltPs=";
    hash = "sha256-6t6ernRLKFQS57wzLERnx9QDA0pxRzj35n0vhR//WyA=";
  };

  depsPath = ./deps.json;