about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-13 20:36:22 +0800
committerGitHub <noreply@github.com>2022-07-13 20:36:22 +0800
commitfee5655a4d3ad1b2322b6e18ea488578a4ef2bd5 (patch)
treefe27c6ad7f871327c4e44fed2f4542645f9cd496 /pkgs/games
parentf3eb585dad2ac96e2b54167f8d34d01284d98d3e (diff)
parent5cc64d917f542cb23f89bd42efa198d4bc7ff497 (diff)
Merge pull request #181181 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.16 -> 0.9.17
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/fheroes2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix
index 26217015fe9df..f22c16241908f 100644
--- a/pkgs/games/fheroes2/default.nix
+++ b/pkgs/games/fheroes2/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fheroes2";
-  version = "0.9.16";
+  version = "0.9.17";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-avN7InwC6YOWSRjV15HOKdAU8azZiFUfT6JjwfDAdCs=";
+    sha256 = "sha256-mitkB7BDqqDbWa+zhcg66dh/SQd6XuUjl/kLWob9zwI=";
   };
 
   buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];