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

unciv: 4.8.9-patch2 -> 4.8.13
This commit is contained in:
Weijia Wang
2023-10-21 23:59:23 +02:00
committed by GitHub
+2 -2
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;