Skip to content

Commit

Permalink
ivan: 058 -> 059
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Jan 3, 2022
1 parent 84205b8 commit 75a86ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/ivan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
stdenv.mkDerivation rec {

pname = "ivan";
version = "058";
version = "059";

src = fetchFromGitHub {
owner = "Attnam";
repo = "ivan";
rev = "v${version}";
sha256 = "04jzs8wad2b3g9hvnijr4r89iiw6b1i44zdzkg0dy447lrw6l6xc";
sha256 = "sha256-5Ijy28LLx1TGnZE6ZNQXPYfvW2KprF+91fKx2MzLEms=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 75a86ab

Please sign in to comment.