From a7f6f98246c90fe043dbe138baf77795bec050b0 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 25 Oct 2023 13:28:26 +0000 Subject: [PATCH] =?UTF-8?q?libshumate:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.1.0...1.1.1 Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/libshumate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libshumate/default.nix b/pkgs/development/libraries/libshumate/default.nix index 65501c7b99d4..4c5c8a166121 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.0"; + version = "1.1.1"; outputs = [ "out" "dev" "devdoc" ]; outputBin = "devdoc"; # demo app @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { owner = "GNOME"; repo = "libshumate"; rev = version; - sha256 = "sw7GDrlQEMXSyTz6vMVqqUOIEZ34fe2cR3HER/4RDoY="; + sha256 = "qE1FTMJ100mUkCvHdij5ZQ5bC/qiDWLFZkp2QEPW8mU="; }; nativeBuildInputs = [