summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-06-16 00:00:05 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-06-16 00:00:05 +0100
commit4370f458816b033ead1404214a4ae71ee47881d2 (patch)
treee6443fcd343a40e4c1779e85d218e58d2444920b /pkgs/games
parent147635ed43d836f93f64dcb1b51a5fb2362a697a (diff)
downloadnixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar.gz
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar.bz2
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar.lz
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar.xz
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.tar.zst
nixpkgs-4370f458816b033ead1404214a4ae71ee47881d2.zip
fheroes2: 1.0.4 -> 1.0.5
Changes: https://github.com/ihhub/fheroes2/releases/tag/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 f61983a2c73..77f9340b1b0 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 ];