Loading pkgs/by-name/un/unciv/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ , libXxf86vm }: let version = "4.13.2-redo"; desktopItem = makeDesktopItem { name = "unciv"; exec = "unciv"; Loading @@ -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="; }; Loading @@ -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"; Loading Loading
pkgs/by-name/un/unciv/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ , libXxf86vm }: let version = "4.13.2-redo"; desktopItem = makeDesktopItem { name = "unciv"; exec = "unciv"; Loading @@ -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="; }; Loading @@ -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"; Loading