Skip to content

Commit

Permalink
vcmi: 1.5.7 -> 1.6.0 (NixOS#366852)
Browse files Browse the repository at this point in the history
  • Loading branch information
azahi authored Dec 21, 2024
2 parents 5330b2a + 0a08293 commit 5c216a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/vcmi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.5.7";
version = "1.6.0";

src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-Op5cnp/gO3PPv/QyrashFDBCyqwlO6wkv5Ni5jpRWd8=";
hash = "sha256-Av6gVCLvRuOh2A6emZQbbMHDNQnEyvN4UMZjqzvNRw8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5c216a9

Please sign in to comment.