libsecret: 0.21.0 → 0.21.1

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

NEWS look okay

* Fix updating credentials by another process in the same Flatpak sandbox
* Migrate to g_memdup2

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-24 09:37:57 +00:00 committed by Jan Tojnar
parent bdd0d54a08
commit 2a9ff7aaf6

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "libsecret";
version = "0.21.0";
version = "0.21.1";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "JzWynRzA5bErqQvuiL0hd0rI20rhpLcW9GxAnBmhRhM=";
sha256 = "Z09RMjpfdOTLfjJ32mi1r93TM+yiW8n9LYIKkpcvkLE=";
};
depsBuildBuild = [