Loading pkgs/by-name/un/unciv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ libXxf86vm, }: let version = "4.17.6"; version = "4.18.4"; desktopItem = makeDesktopItem { name = "unciv"; Loading Loading @@ -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; Loading Loading
pkgs/by-name/un/unciv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ libXxf86vm, }: let version = "4.17.6"; version = "4.18.4"; desktopItem = makeDesktopItem { name = "unciv"; Loading Loading @@ -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; Loading