libsecret: 0.21.6 -> 0.21.7

This commit is contained in:
R. Ryantm 2025-03-19 21:14:27 +00:00
parent c4019a4b95
commit 7cadae8e7f

View File

@ -71,7 +71,7 @@ let
in
stdenv.mkDerivation rec {
pname = "libsecret";
version = "0.21.6";
version = "0.21.7";
outputs = [
"out"
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/libsecret/${lib.versions.majorMinor version}/libsecret-${version}.tar.xz";
hash = "sha256-dHuMF1vhCMiA0637nDU36mblIOStLcz13OWAA67soJA=";
hash = "sha256-a0UuR1BZCitWF63EACbyjS9JA94V8SUOHRxAv9aO1V4=";
};
depsBuildBuild = [