summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Glover <donovan@dglover.co>2025-02-03 10:17:11 +0000
committerGitHub <noreply@github.com>2025-02-03 10:17:11 +0000
commit53f24db4d98d5e510bfb10290477f0af49ec7992 (patch)
treed0413aead0490c18424336cb6d768cfae2d7969e
parentpnpm_9: 9.15.3 -> 9.15.5 (#373679) (diff)
parentunciv: 4.14.9 -> 4.15.7 (diff)
downloadnixpkgs-53f24db4d98d5e510bfb10290477f0af49ec7992.tar.gz
unciv: 4.14.9 -> 4.15.7 (#378862)
-rw-r--r--pkgs/by-name/un/unciv/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/un/unciv/package.nix b/pkgs/by-name/un/unciv/package.nix
index 4a656b676559..a81e87f8ce6d 100644
--- a/pkgs/by-name/un/unciv/package.nix
+++ b/pkgs/by-name/un/unciv/package.nix
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
- version = "4.14.9";
+ version = "4.15.7";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
- hash = "sha256-CmdQ4gEOu9U2e9Wk94uRCRq3OAEuncCAkV+ut4Chy9Q=";
+ hash = "sha256-5EA4AaHP0RsceiCbXkwPrAiSH62xshVS8E9c68gTk+c=";
};
dontUnpack = true;