gnome-keyring: 46.1 -> 46.2

https://gitlab.gnome.org/GNOME/gnome-keyring/-/compare/46.1...46.2
This commit is contained in:
John Titor
2024-07-16 19:42:39 +05:30
parent e3be860996
commit 1a16ceb8bf
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "gnome-keyring";
version = "46.1";
version = "46.2";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-keyring/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-sdOukTL/L4s/JaGQeQiSlo49Cs+VKkh+QPZEqFUM4/Y=";
hash = "sha256-vybJZriot/MoXsyLs+RnucIPlTW5TcRRycVZ3c/2GSU=";
};
nativeBuildInputs = [