libsecret: 0.20.5 → 0.21.0

https://gitlab.gnome.org/GNOME/libsecret/-/compare/0.20.5...0.21.0

No build changes (this is already ported to gi-docgen before).

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:41:57 +01:00
committed by Jan Tojnar
parent be664aa7c4
commit 0b361f99fb
@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "libsecret";
version = "0.20.5";
version = "0.21.0";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "P7PONA/NfbVNh8iT5pv8Kx9uTUsnkGX/5m2snw/RK00=";
sha256 = "JzWynRzA5bErqQvuiL0hd0rI20rhpLcW9GxAnBmhRhM=";
};
depsBuildBuild = [