about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-28 08:56:41 -0500
committerGitHub <noreply@github.com>2023-12-28 08:56:41 -0500
commit1d9898ebf7b7912c80eb4ed24a17bb1d08b34634 (patch)
treefaf86f0ec7c8bbc36b315b10c9c5dc8dc9b8ab2e /pkgs/games
parent2b996bbc1eb190c3aead7d5ad0c97b92600fa705 (diff)
parentc160b6f8621de21aaf88fe93b65acef4f48b64f2 (diff)
Merge pull request #276445 from trofi/fheroes2-update
fheroes2: 1.0.10 -> 1.0.11
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 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 ];