Loading pkgs/by-name/un/unciv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ nix-update-script, }: let version = "4.18.6"; version = "4.18.7"; desktopItem = makeDesktopItem { name = "unciv"; Loading Loading @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; hash = "sha256-UKm5lJ378AZ016To5eC6EpFFNfbINCeHZdUyv+MN0X4="; hash = "sha256-bZzF8WUDw2rrF8Qi6PKBA9F5EUDZGwgXegcHDFgQxJY="; }; dontUnpack = true; Loading Loading
pkgs/by-name/un/unciv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ nix-update-script, }: let version = "4.18.6"; version = "4.18.7"; desktopItem = makeDesktopItem { name = "unciv"; Loading Loading @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; hash = "sha256-UKm5lJ378AZ016To5eC6EpFFNfbINCeHZdUyv+MN0X4="; hash = "sha256-bZzF8WUDw2rrF8Qi6PKBA9F5EUDZGwgXegcHDFgQxJY="; }; dontUnpack = true; Loading