summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-09 12:01:08 +0000
committerGitHub <noreply@github.com>2022-02-09 12:01:08 +0000
commit69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9 (patch)
tree19499607bd739aedf179196269650aa328dc907d /pkgs/games
parent5df08e00cd308a9a1630656d02ef75ba89b861ed (diff)
parent9fc8e0bb56e58f35f5f8bc1323e1325595b4cd89 (diff)
downloadnixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar.gz
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar.bz2
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar.lz
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar.xz
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.tar.zst
nixpkgs-69accc4d1470a17d7f1100d2ef4ff17fb8db5fc9.zip
Merge master into staging-next
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 287093354fc..567ab267cfe 100644
--- a/pkgs/games/fheroes2/default.nix
+++ b/pkgs/games/fheroes2/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fheroes2";
-  version = "0.9.11";
+  version = "0.9.12";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-p2FG4oWLTGflOoxsp8A+FpoVHfKiEw3DEnK8n3UiBtU=";
+    sha256 = "sha256-6voM6aQ22zW6NHm9x2TDsM4Kea6TLYZTdSLyc/6fz8A=";
   };
 
   buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];