Skip to content

Commit e522421

Browse files
authored
vcmi: 1.6.4 -> 1.6.5 (#379427)
2 parents f16bb6e + 3048cdc commit e522421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/vcmi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "vcmi";
32-
version = "1.6.4";
32+
version = "1.6.5";
3333

3434
src = fetchFromGitHub {
3535
owner = "vcmi";
3636
repo = "vcmi";
3737
rev = version;
3838
fetchSubmodules = true;
39-
hash = "sha256-1GNoHNPeSeVGfK9mgXiuaMVxwnAM0n26V56pk5IHEs4=";
39+
hash = "sha256-VUwCo9OTTI8tsX7P1voq/1VVGrNxYM+OXkWhXWqoT60=";
4040
};
4141

4242
nativeBuildInputs = [

0 commit comments

Comments
 (0)