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

unciv: 4.10.4 -> 4.10.5
This commit is contained in:
Nick Cao 2024-02-02 10:06:18 -05:00 committed by GitHub
commit bee0ffb635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.10.4";
version = "4.10.5";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-GWGmb3xAMwb7rLMQfW9CzXke9aqXjMWlPILoZiaUHPE=";
hash = "sha256-XRm3V2JEwJJWMEVohkT+8JGcTJttYPcB1u0VNnMRxVY=";
};
dontUnpack = true;