about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-04 08:42:53 -0500
committerGitHub <noreply@github.com>2024-03-04 08:42:53 -0500
commit904b03f826f2ee6ccad5269b0d547633d4cb2702 (patch)
treed005fc8281a06418bd995358d58ee1fbe45e1623 /pkgs/games
parentefddfb36ea0df8337a4334a725d6c5b4809aaf8d (diff)
parent3eec818f5697a791018ee8faacc35b7041e2bb2a (diff)
downloadnixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar.gz
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar.bz2
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar.lz
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar.xz
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.tar.zst
nixlib-904b03f826f2ee6ccad5269b0d547633d4cb2702.zip
Merge pull request #293098 from hulr/stone-kingdoms
stone-kingdoms: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/stone-kingdoms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/stone-kingdoms/default.nix b/pkgs/games/stone-kingdoms/default.nix
index 3138e1fc3aa8..3680f3af1275 100644
--- a/pkgs/games/stone-kingdoms/default.nix
+++ b/pkgs/games/stone-kingdoms/default.nix
@@ -11,13 +11,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "stone-kingdoms";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitLab {
     owner = "stone-kingdoms";
     repo = pname;
     rev = version;
-    hash = "sha256-qdaGowzAmMSCJrXzWLPDmyICsmvs0w+tfTsqKQewzJ8=";
+    hash = "sha256-W2hzJg22O857Kh7CJVVHV5qu8QKjXCwW3hmgKBc0n2g=";
   };
 
   nativeBuildInputs = [