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

unciv: 4.5.1 -> 4.5.2

authored by

Weijia Wang and committed by
GitHub
cf0a7c99 1ecf30b1

+2 -2
+2 -2
pkgs/games/unciv/default.nix
··· 25 25 in 26 26 stdenv.mkDerivation rec { 27 27 pname = "unciv"; 28 - version = "4.5.1"; 28 + version = "4.5.2"; 29 29 30 30 src = fetchurl { 31 31 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 32 - hash = "sha256-bghFcLwfEonsBjB9Erhib45soR2UIOr4cYz5ROUOTFo="; 32 + hash = "sha256-HhMccVlpIJoGW3LLqg1clw+dWcRUVHwCgtrmBcOXFSE="; 33 33 }; 34 34 35 35 dontUnpack = true;