Unverified Commit ce555882 authored by dish's avatar dish Committed by GitHub
Browse files

unciv: 4.17.6 -> 4.18.4 (#445813)

parents f8c97b13 21c7e878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  libXxf86vm,
}:
let
  version = "4.17.6";
  version = "4.18.4";

  desktopItem = makeDesktopItem {
    name = "unciv";
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
    hash = "sha256-J3OewOILoZD18y5xSjbhhlBBJz6zX3h1gtH4KYO6+Rk=";
    hash = "sha256-xF9Y6pil7UZzrN0k/2qZ/FKSj7WudRwF3u167Sz3RyA=";
  };

  dontUnpack = true;