unciv: 4.20.10 -> 4.20.11 (#530306)

This commit is contained in:
Nick Cao
2026-06-10 20:03:36 +00:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@
nix-update-script,
}:
let
version = "4.20.10";
version = "4.20.11";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-amAdOVNENwx7E62qBHUnHLC7a6nUMLdzcyxEPnRSsI0=";
hash = "sha256-O9A11GJyz6yApD7Nni11TEohT+8hRDG02k6lQWtBHgw=";
};
dontUnpack = true;