unciv: 4.6.14-patch1 -> 4.6.15

This commit is contained in:
R. Ryantm 2023-06-01 05:53:09 +00:00 committed by Emery Hemingway
parent 7a3dc9465a
commit 73f005f642

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.6.14-patch1";
version = "4.6.15";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-CVwME8lvRjJ0ugps0lcO8FRk8AsFYs8w0oGNAB9TCnM=";
hash = "sha256-69JEf5dG3Nf4CLT8eKfeo/8givyyxb9QpQSAZ2dG7TI=";
};
dontUnpack = true;