Commit 3db11314 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

shattered-pixel-dungeon: 2.5.0 -> 2.5.2

parent d266adc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

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

  src = fetchFromGitHub {
    owner = "00-Evan";
    repo = "shattered-pixel-dungeon";
    rev = "v${version}";
    hash = "sha256-G/g84Jl+jkmvxmQtCIPHsW9vHi3FPKt7A087SkVxNVE=";
    hash = "sha256-/CxOiJaBiOgKEKVSX7qx2HjMLUgeE+lRyRn4nrAqzsg=";
  };

  depsPath = ./deps.json;