about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-09 19:33:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-09 19:33:52 +0000
commit9de6fad194b06f0ab17f975f1be1f97eac90aab4 (patch)
treee36c8ddeace559adb8a93236b6d36a7988e3fc84 /pkgs/games
parent5c973af3a3213484cc6a6c91bc5d392a8d8e984d (diff)
fheroes2: 0.9.13 -> 0.9.14
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 10d7a23aca4e0..ff3537cfae995 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.13";
+  version = "0.9.14";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-+VAgS7NR/D0HD/Fy7idSUTMJPp2ctpirMpcFooo+bEg=";
+    sha256 = "sha256-M5sUEOKU7KSenAAE7dUI8algB5XsbQQ1s3sDflZLsiA=";
   };
 
   buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];