Merge pull request #218062 from wegank/unciv-bump

unciv: 4.4.13-gp -> 4.4.19
This commit is contained in:
superherointj
2023-02-24 17:10:07 -03:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.4.13-gp";
version = "4.4.19";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-HVjBuqzi+LpqkxureKSi7zXzmTALtErW6rPJyzQBgXk=";
hash = "sha256-+f/cl+a8AQ4VUui8ds8PhY9G9Xkag+qv7FuansXRd34=";
};
dontUnpack = true;