Skip to content

Commit

Permalink
gnome-online-accounts: 3.52.0 → 3.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Nov 5, 2024
1 parent 4bbb46a commit 04dade1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnome-online-accounts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gnome-online-accounts";
version = "3.52.0";
version = "3.52.1";

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-YxlTqdnqCYsmigu+LfGMu+xngVicrGsEVSFGCe4Su9g=";
hash = "sha256-N8dSL/lFT4NxtahyW7p27XQwyVsfnvx/66YmjwUtHrc=";
};

mesonFlags = [
Expand Down

0 comments on commit 04dade1

Please sign in to comment.