gnome-online-accounts: 3.52.1 → 3.52.2

https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/compare/3.52.1...3.52.2
This commit is contained in:
Bobby Rong 2024-12-07 11:59:44 +00:00
parent 82ad008e92
commit 54d2aad347
No known key found for this signature in database

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-online-accounts";
version = "3.52.1";
version = "3.52.2";
outputs = [ "out" "dev" ] ++ lib.optionals enableBackend [ "man" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-online-accounts/${lib.versions.majorMinor finalAttrs.version}/gnome-online-accounts-${finalAttrs.version}.tar.xz";
hash = "sha256-N8dSL/lFT4NxtahyW7p27XQwyVsfnvx/66YmjwUtHrc=";
hash = "sha256-+0E/SN7vu5/DACqRV53ulHzu7UH0nC9RMXr3SJtnb2c=";
};
mesonFlags = [