Merge pull request #302581 from r-ryantm/auto-update/unciv

unciv: 4.10.21 -> 4.11.2
This commit is contained in:
Peder Bergebakken Sundt
2024-04-12 20:34:45 +02:00
committed by GitHub
+2 -2
View File
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.10.21";
version = "4.11.2";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-JnuJbmKGqtEdFiMnA5RvCfdox2WTABwxNI3Zdk6wNU8=";
hash = "sha256-ZUDfJf+FgIX8gRoZYlYAJhpLwNWp3MCKEQOSQGQ88T8=";
};
dontUnpack = true;