unciv: 4.8.9-patch2 -> 4.8.13

This commit is contained in:
R. Ryantm 2023-10-21 19:14:05 +00:00
parent 9ef114e19a
commit 27cfb8a1ab

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.8.9-patch2";
version = "4.8.13";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-ek2FDzo7EbgZGbQyZ6mBmVoPRKkJu0JFewbVvsGzZMA=";
hash = "sha256-16TpsKNLcm6lbi4exYxDZWfmRsvfAhT1ktP36zC9Psg=";
};
dontUnpack = true;