Skip to content

Commit

Permalink
Merge pull request #263346 from r-ryantm/auto-update/infra-arcana
Browse files Browse the repository at this point in the history
infra-arcana: 22.0.0 -> 22.1.0
  • Loading branch information
fabianhjr authored Oct 25, 2023
2 parents 762156e + ea26202 commit fdc5d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/infra-arcana/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "infra-arcana";
version = "22.0.0";
version = "22.1.0";

src = fetchFromGitLab {
owner = "martin-tornqvist";
repo = "ia";
rev = "v${version}";
sha256 = "sha256-EFpeuzxhRriQOBtmw0D+SY6sOWGyY8iA5Xnm6PCaMX0=";
sha256 = "sha256-MI+wH0+1f41JYXT2hzDs3RrrR3eTfOzgtCa5T6m8oQc=";
};

nativeBuildInputs = [ cmake makeWrapper ];
Expand Down

0 comments on commit fdc5d61

Please sign in to comment.