gnome-online-accounts: 3.34.1 -> 3.36.0

This commit is contained in:
Tor Hedin Brønner 2020-02-09 00:25:47 +01:00 committed by Jan Tojnar
parent 46ce264b49
commit 440c1817e1
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -30,7 +30,7 @@
stdenv.mkDerivation rec {
pname = "gnome-online-accounts";
version = "3.34.1";
version = "3.36.0";
# 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 = "0ry06qw068rqn4y42953kwl6fkxpgfya58y87cd3zink6gj7q0fm";
sha256 = "15j3xh93rqjphjw56j00g40m684nr4zy3hs7dsngm6a21l87fkfd";
};
outputs = [ "out" "man" "dev" "devdoc" ];