Unverified Commit e521a883 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #215112 from wegank/unciv-all

unciv: 4.4.9 -> 4.4.11
parents 298148f7 f79ffab8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "unciv";
  version = "4.4.9";
  version = "4.4.11";

  src = fetchurl {
    url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
    sha256 = "sha256-8OoQgiMrjYPlEjvm/9m7YkMaKyGBtNBkGavjACwY/00=";
    hash = "sha256-UvTEqptA9Dp1wdri12sAYDB6rjiZCvk2tiG5i0AWU78=";
  };

  dontUnpack = true;
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ tex ];
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.mpl20;
    platforms = [ "x86_64-linux" ];
    platforms = platforms.all;
  };
}