about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-09-13 09:25:23 +0200
committerGitHub <noreply@github.com>2022-09-13 09:25:23 +0200
commit967417d810e81f428cabf34efda7ac9f3cd2a892 (patch)
tree34a5243a3f55fff62204b99172512e23b2ce79b6 /pkgs
parenta3fe3bbd687052ee1c505af1003f127325569ed9 (diff)
parent1688921199efbf10b785cd787b9282de77a47ab2 (diff)
downloadnixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar.gz
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar.bz2
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar.lz
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar.xz
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.tar.zst
nixlib-967417d810e81f428cabf34efda7ac9f3cd2a892.zip
Merge pull request #190937 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.18 -> 0.9.19
Diffstat (limited to 'pkgs')
-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 454430276b8a..673c7d3e6d37 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.18";
+  version = "0.9.19";
 
   src = fetchFromGitHub {
     owner = "ihhub";
     repo = "fheroes2";
     rev = version;
-    sha256 = "sha256-I79PoNE6GFvYD4jnsxKo7MsoPgVow8b8fTIiClOGnAI=";
+    sha256 = "sha256-GLF5OXPEc1V1r9INbEdIM17tm7pKq1ZuOuShtAnqXjM=";
   };
 
   buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];