about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-10-13 08:57:10 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-10-13 08:57:10 +0100
commit3cbfb9e963cad1da8ae26c066b5156a848635d64 (patch)
tree2c1bac35f280b0bb3b555eb14c072e525e5a54af /pkgs/games
parent1d6eb597f322f82c84a8ccd8598a60a7322b4f1f (diff)
fheroes2: 1.0.8 -> 1.0.9
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.9
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 37af4339694f4..9c51b457fb4d4 100644
--- a/pkgs/games/fheroes2/default.nix
+++ b/pkgs/games/fheroes2/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fheroes2";
-  version = "1.0.8";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-lDMKMh0ztRI3sIV4+xIc25JcY5Opj5dY7pKiPx86qD0=";
+    hash = "sha256-l2NIoZrevI1PWK4mRjGP6jbx0LvXjz9oFsiTJ6m43JQ=";
   };
 
   nativeBuildInputs = [ imagemagick ];