unciv: 4.6.7 -> 4.6.8

This commit is contained in:
R. Ryantm 2023-05-04 06:44:53 +00:00
parent 9c3e077edd
commit cc09d6a1d0

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.6.7";
version = "4.6.8";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-aaCGo/vogi5HV0hM0Lz4Gw/IRbLp5U7eqAhfL7ztDos=";
hash = "sha256-ECj94r/0jEB9xzlX5A8q4jvOr92yRsTpD4IkxXMF2EM=";
};
dontUnpack = true;