gnome-online-accounts: 3.38.1 → 3.40.0

This commit is contained in:
Jan Tojnar 2021-03-21 00:32:54 +00:00
parent 73ad04612b
commit c64764e869
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -30,7 +30,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-online-accounts"; pname = "gnome-online-accounts";
version = "3.38.1"; version = "3.40.0";
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/87 # https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/87
src = fetchFromGitLab { src = fetchFromGitLab {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "GNOME"; owner = "GNOME";
repo = "gnome-online-accounts"; repo = "gnome-online-accounts";
rev = version; rev = version;
sha256 = "sha256-th7P++MC3GXX+349PJFEwHGGeMhxsGgoEDGnSYpY7E4="; sha256 = "sha256-GuUWypfmfbovpDKnj6wSBuNeKJIfIyipY+01u/p4znU=";
}; };
outputs = [ "out" "man" "dev" "devdoc" ]; outputs = [ "out" "man" "dev" "devdoc" ];
@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
mesonFlags = [ mesonFlags = [
"-Dfedora=false" # not useful in NixOS or for NixOS users. "-Dfedora=false" # not useful in NixOS or for NixOS users.
"-Dgtk_doc=true" "-Dgtk_doc=true"
"-Dlastfm=true"
"-Dman=true" "-Dman=true"
"-Dmedia_server=true" "-Dmedia_server=true"
]; ];