Skip to content

Commit

Permalink
Merge pull request #276586 from r-ryantm/auto-update/vcmi
Browse files Browse the repository at this point in the history
vcmi: 1.4.0 -> 1.4.1
  • Loading branch information
azahi authored Dec 25, 2023
2 parents c74b6f6 + 5bf728a commit 4b359f5
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 @@ -27,13 +27,13 @@

stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
hash = "sha256-MhY3tpKlrIgq6QXZwAkMnObYYpUxsPcysTR5CZH1rhE=";
hash = "sha256-5G6qmn2b1/0h7aGNNx4t38Akzg2bZFKubOp3FLqSi+I=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4b359f5

Please sign in to comment.