about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-02-09 07:43:26 +0000
committerSergei Trofimovich <slyich@gmail.com>2022-02-09 07:43:26 +0000
commit44bc0ee64b7090ef0ec19d60901f817c631b3bad (patch)
treefbac1a3d726e3eff4c9346059269b9d704de1b04 /pkgs/games
parentf35c016749d4dda82c13adb7d83d38cb38ab4d04 (diff)
fheroes2: 0.9.11 -> 0.9.12
https://github.com/ihhub/fheroes2/wiki/Change-Log#version-0912-07-february-2022
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 287093354fc7a..567ab267cfeac 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.11";
+  version = "0.9.12";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-p2FG4oWLTGflOoxsp8A+FpoVHfKiEw3DEnK8n3UiBtU=";
+    sha256 = "sha256-6voM6aQ22zW6NHm9x2TDsM4Kea6TLYZTdSLyc/6fz8A=";
   };
 
   buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];