Skip to content

Commit

Permalink
Merge pull request #329092 from r-ryantm/auto-update/vcmi
Browse files Browse the repository at this point in the history
vcmi: 1.5.4 -> 1.5.5
  • Loading branch information
azahi authored Jul 22, 2024
2 parents 8249c35 + 6353b50 commit 44b968e
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 @@ -28,14 +28,14 @@

stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.5.4";
version = "1.5.5";

src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-PzN7l0IgW2iDAAn15X4nvcHd89DkRsO5W0x6f85Bxu4=";
hash = "sha256-CDMfSipwjhmtD2daTMa1Jir/dzdeY16Db9PiaHoHrzA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 44b968e

Please sign in to comment.