about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-06-17 11:02:50 +0100
committerGitHub <noreply@github.com>2023-06-17 11:02:50 +0100
commit02d94f6a4da1b3299a6e26b969818f963cd40f81 (patch)
treed8d2b246bcf25e444831342873faf183ffda196b /pkgs/games
parent3cc6a3f52e509d2ea1bf6be43bd3d2159c17df95 (diff)
parent4370f458816b033ead1404214a4ae71ee47881d2 (diff)
Merge pull request #238016 from trofi/fheroes2-update
fheroes2: 1.0.4 -> 1.0.5
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 f61983a2c737a..77f9340b1b02d 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.4";
+  version = "1.0.5";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-+XlOx5gIQzYru2CwWKqTSdIlxuNfiUjDEsnvP6kDUYg=";
+    sha256 = "sha256-h9kWeq7NgJUChqH49nJNuG/6fzAOteZlKUs6Vtbv7Ww=";
   };
 
   nativeBuildInputs = [ imagemagick ];