Loading pkgs/games/vcmi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ stdenv.mkDerivation rec { pname = "vcmi"; version = "1.6.4"; version = "1.6.5"; src = fetchFromGitHub { owner = "vcmi"; repo = "vcmi"; rev = version; fetchSubmodules = true; hash = "sha256-1GNoHNPeSeVGfK9mgXiuaMVxwnAM0n26V56pk5IHEs4="; hash = "sha256-VUwCo9OTTI8tsX7P1voq/1VVGrNxYM+OXkWhXWqoT60="; }; nativeBuildInputs = [ Loading Loading
pkgs/games/vcmi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ stdenv.mkDerivation rec { pname = "vcmi"; version = "1.6.4"; version = "1.6.5"; src = fetchFromGitHub { owner = "vcmi"; repo = "vcmi"; rev = version; fetchSubmodules = true; hash = "sha256-1GNoHNPeSeVGfK9mgXiuaMVxwnAM0n26V56pk5IHEs4="; hash = "sha256-VUwCo9OTTI8tsX7P1voq/1VVGrNxYM+OXkWhXWqoT60="; }; nativeBuildInputs = [ Loading