about summary refs log tree commit diff
path: root/pkgs/games/stone-kingdoms
diff options
context:
space:
mode:
authorhulr <>2024-03-03 22:52:32 +0100
committerrh <>2024-03-03 22:54:24 +0100
commit3eec818f5697a791018ee8faacc35b7041e2bb2a (patch)
tree512c9e0de7321ebd41714ca85b36ecb3f105aec3 /pkgs/games/stone-kingdoms
parenta737059da81c97cb108a5d8f1e5f6af935907c5e (diff)
stone-kingdoms: 0.6.0 -> 0.6.1
https://gitlab.com/stone-kingdoms/stone-kingdoms/-/tags/0.6.1
Diffstat (limited to 'pkgs/games/stone-kingdoms')
-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 3138e1fc3aa89..3680f3af1275c 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 = [