summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-03-06 09:49:36 +0200
committerGitHub <noreply@github.com>2022-03-06 09:49:36 +0200
commit6f24db2d94f2e4175643bea45740c91ed0682bf1 (patch)
tree61edcb59e287d5f6b860c546660ca79e89ef6f11 /pkgs/games
parentab83137647f18745b802309dac70e35243679f56 (diff)
parent3c271305f28a116b19d1591dfe3fa81c89c39571 (diff)
downloadnixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar.gz
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar.bz2
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar.lz
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar.xz
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.tar.zst
nixpkgs-6f24db2d94f2e4175643bea45740c91ed0682bf1.zip
Merge pull request #162015 from r-ryantm/auto-update/unciv
unciv: 3.19.8 -> 3.19.12
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/unciv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/unciv/default.nix b/pkgs/games/unciv/default.nix
index d58c9aee0de..50db51b4e89 100644
--- a/pkgs/games/unciv/default.nix
+++ b/pkgs/games/unciv/default.nix
@@ -25,11 +25,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "unciv";
-  version = "3.19.8";
+  version = "3.19.12";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    sha256 = "sha256-ubMREVcislhkA3pzxuqI+HpBHq9vbMa8nyq0qhTh2x8=";
+    sha256 = "sha256-PALrOyaUYXyNH+QdE8oy1TM5U4SZjw1N0NJ2BKiqjtU=";
   };
 
   dontUnpack = true;