Skip to content

Commit

Permalink
unciv: 4.11.2 -> 4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 2065840 commit fe77b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/un/unciv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.2";
version = "4.11.4";

src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-ZUDfJf+FgIX8gRoZYlYAJhpLwNWp3MCKEQOSQGQ88T8=";
hash = "sha256-QqnM1kTXHHpf8l99J8ydIjTkl/LetijzIJgLYt6OaRA=";
};

dontUnpack = true;
Expand Down

0 comments on commit fe77b88

Please sign in to comment.