about summary refs log tree commit diff
path: root/pkgs/games/fheroes2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-10 16:12:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-10 16:12:55 +0000
commitbb5955c04411f16b1206593d915a2c82b4d44b7a (patch)
treef52299d3a948a8967d408cc92296072da1593238 /pkgs/games/fheroes2
parent0734dc5da20f9eea77c8271fbb94653402e1dd29 (diff)
fheroes2: 0.9.17 -> 0.9.18
Diffstat (limited to 'pkgs/games/fheroes2')
-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 f22c16241908f..83c856359af67 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.17";
+  version = "0.9.18";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-mitkB7BDqqDbWa+zhcg66dh/SQd6XuUjl/kLWob9zwI=";
+    sha256 = "sha256-I79PoNE6GFvYD4jnsxKo7MsoPgVow8b8fTIiClOGnAI=";
   };
 
   buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];