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

unciv: 4.6.7 -> 4.6.8
This commit is contained in:
Weijia Wang 2023-05-04 12:28:21 +03:00 committed by GitHub
commit aa96916e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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