lol

Merge pull request #144926 from trofi/update-fheroes2

fheroes2: 0.9.8 -> 0.9.9

authored by

Bobby Rong and committed by
GitHub
81d15682 df02fb66

+2 -2
+2 -2
pkgs/games/fheroes2/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "fheroes2"; 7 - version = "0.9.8"; 7 + version = "0.9.9"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "ihhub"; 11 11 repo = "fheroes2"; 12 12 rev = version; 13 - sha256 = "sha256-yrhsaQUlyvyGAVDrJjXCiGcoaIRZZeMK7FBFFn3Nh+k="; 13 + sha256 = "sha256-vm9/jHRrG7qSP4GKksUrcK0qC3BW9LXlOnH4/pRyEww="; 14 14 }; 15 15 16 16 buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];