about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-10-13 12:35:05 +0100
committerGitHub <noreply@github.com>2022-10-13 12:35:05 +0100
commite506bb3c9505a0c5a81c574c54a8f8d1a84627ea (patch)
treec73c0f7c4e6515decfa6cf84b0d33670d1b5c79a /pkgs/games
parenta3073c49bc0163fea6a121c276f526837672b555 (diff)
parent3f2a81f1ba8fc6f6ea2a864528493bade28438d0 (diff)
Merge pull request #195399 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.19 -> 0.9.20
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 673c7d3e6d376..5f3bb86d51d79 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.19";
+  version = "0.9.20";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-GLF5OXPEc1V1r9INbEdIM17tm7pKq1ZuOuShtAnqXjM=";
+    sha256 = "sha256-IF8ESbMDvermghBGLMq+GdE67Hg5XedX0REGGnWQhRA=";
   };
 
   buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];