unciv: 4.10.4 -> 4.10.5

This commit is contained in:
R. Ryantm 2024-02-01 22:09:20 +00:00
parent 9312d7840b
commit 6a95f14307

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;