Unverified Commit b3fcca55 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

unciv: 4.13.0-patch1 -> 4.13.2-redo (#337608)

parents e0639a2d 5ab41fbc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
, libXxf86vm
}:
let
  version = "4.13.2-redo";

  desktopItem = makeDesktopItem {
    name = "unciv";
    exec = "unciv";
@@ -20,7 +22,7 @@ let
  };

  desktopIcon = fetchurl {
    url = "https://github.com/yairm210/Unciv/blob/4.13.0-patch1/extraImages/Icons/Unciv%20icon%20v6.png?raw=true";
    url = "https://github.com/yairm210/Unciv/blob/${version}/extraImages/Icons/Unciv%20icon%20v6.png?raw=true";
    hash = "sha256-Zuz+HGfxjGviGBKTiHdIFXF8UMRLEIfM8f+LIB/xonk=";
  };

@@ -33,7 +35,7 @@ let
in
stdenv.mkDerivation rec {
  pname = "unciv";
  version = "4.13.0-patch1";
  inherit version;

  src = fetchurl {
    url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";