Unverified Commit f5e007e6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #243746 from r-ryantm/auto-update/shattered-pixel-dungeon

shattered-pixel-dungeon: 2.1.3 -> 2.1.4
parents 8a2d2948 265b0eae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

let
  pname = "shattered-pixel-dungeon";
  version = "2.1.3";
  version = "2.1.4";

  src = fetchFromGitHub {
    owner = "00-Evan";
    repo = "shattered-pixel-dungeon";
    rev = "v${version}";
    hash = "sha256-eyl5bMIoVpQB4QIQdJvPw4gjMG6OeQPahx6h46YsIXs=";
    hash = "sha256-WbRvsHxTYYlhJavYVGMGK25fXEfSfnIztJ6KuCgBjF8=";
  };

  patches = [