gnome-online-accounts: 3.40.1 → 3.43.1

https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/compare/3.40.1...3.43.1
This commit is contained in:
Jan Tojnar 2022-02-16 18:35:47 +00:00
parent 70f28eca05
commit 3a9cac50e1

View file

@ -30,7 +30,7 @@
stdenv.mkDerivation rec {
pname = "gnome-online-accounts";
version = "3.40.1";
version = "3.43.1";
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/87
src = fetchFromGitLab {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "GNOME";
repo = "gnome-online-accounts";
rev = version;
sha256 = "sha256-q4bLGOOGoGH/Et3hu7/372tjNMouX9ePTanIo0c4Jbw=";
sha256 = "sha256-Dpq5bQwU0ZAxmEllpbLnS1Jz3F0rxtFMKZcIvAteObU=";
};
outputs = [ "out" "man" "dev" "devdoc" ];