about summary refs log tree commit diff
path: root/pkgs/games/fheroes2
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-12-24 10:39:54 +0000
committerSergei Trofimovich <slyich@gmail.com>2023-12-24 10:39:54 +0000
commitc160b6f8621de21aaf88fe93b65acef4f48b64f2 (patch)
tree2486cceb5c2a76309bc4ef93f80b134ee2612681 /pkgs/games/fheroes2
parent42e82652225b63f1b1008f17751599919ea124cd (diff)
fheroes2: 1.0.10 -> 1.0.11
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.11
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 798178e58c163..700dd0f6b315f 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.10";
+  version = "1.0.11";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    hash = "sha256-bh27piX1/HIlbOmTpqQCV7NaHxOMtwMIGrjlXrFvHWE=";
+    hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
   };
 
   nativeBuildInputs = [ imagemagick ];