Skip to content

Commit 5b0df02

Browse files
committed
fheroes2: 0.9.12 -> 0.9.13
1 parent f22969e commit 5b0df02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/fheroes2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "fheroes2";
10-
version = "0.9.12";
10+
version = "0.9.13";
1111

1212
src = fetchFromGitHub {
1313
owner = "ihhub";
1414
repo = "fheroes2";
1515
rev = version;
16-
sha256 = "sha256-6voM6aQ22zW6NHm9x2TDsM4Kea6TLYZTdSLyc/6fz8A=";
16+
sha256 = "sha256-+VAgS7NR/D0HD/Fy7idSUTMJPp2ctpirMpcFooo+bEg=";
1717
};
1818

1919
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];

0 commit comments

Comments
 (0)