about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-11-03 13:46:16 +0000
committerJan Tojnar <jtojnar@gmail.com>2023-11-21 08:42:45 +0100
commit4dc50d60097745ed53e0bce9d683ecc75093ed7e (patch)
treeccd6683f4c5b6934dae80ef92dd0e86dd676eb7a
parentdab6a33c740f36c6077bd3230b398c40983dcc89 (diff)
libshumate: 1.1.1 → 1.1.2
https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.1.1...1.1.2

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
-rw-r--r--pkgs/development/libraries/libshumate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libshumate/default.nix b/pkgs/development/libraries/libshumate/default.nix
index 4c5c8a1661210..a7a9eda44f2f5 100644
--- a/pkgs/development/libraries/libshumate/default.nix
+++ b/pkgs/development/libraries/libshumate/default.nix
@@ -19,7 +19,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libshumate";
-  version = "1.1.1";
+  version = "1.1.2";
 
   outputs = [ "out" "dev" "devdoc" ];
   outputBin = "devdoc"; # demo app
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "GNOME";
     repo = "libshumate";
     rev = version;
-    sha256 = "qE1FTMJ100mUkCvHdij5ZQ5bC/qiDWLFZkp2QEPW8mU=";
+    sha256 = "g/82LQNwM/dwQ/zKDhAGtZE7JEtQ0jFWcylcP1azvSY=";
   };
 
   nativeBuildInputs = [