about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-09 09:03:16 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-02-09 09:03:16 +0000
commit4d32c5a9041a8bf8d69105ccc573fa72981f03d8 (patch)
tree522f2eb8e178ffc9cfd4ff678c3743604655ad7d /pkgs/games
parent442d407992384ed9c0e6d352de75b69079904e4e (diff)
downloadnixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar.gz
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar.bz2
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar.lz
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar.xz
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.tar.zst
nixlib-4d32c5a9041a8bf8d69105ccc573fa72981f03d8.zip
fheroes2: 1.0.11 -> 1.0.12
Diff: https://github.com/ihhub/fheroes2/compare/1.0.11...1.0.12
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 700dd0f6b315..a2e6943a00d3 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.11";
+  version = "1.0.12";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
+    hash = "sha256-FqtxTRgjFqFu4zml6xePXtK8yn/dkHP+5aU2/9S7gSQ=";
   };
 
   nativeBuildInputs = [ imagemagick ];