Merge pull request #166530 from bobby285271/gnome-online-accounts

gnome-online-accounts: 3.43.1 -> 3.44.0
This commit is contained in:
Bobby Rong 2022-04-01 10:38:00 +08:00 committed by GitHub
commit 31e6f3b066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-online-accounts"; pname = "gnome-online-accounts";
version = "3.43.1"; version = "3.44.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-Dpq5bQwU0ZAxmEllpbLnS1Jz3F0rxtFMKZcIvAteObU="; sha256 = "sha256-8dp3cizyQVHegDxX9G6iGLW5g44audn431hCPMS/KlA=";
}; };
outputs = [ "out" "man" "dev" "devdoc" ]; outputs = [ "out" "man" "dev" "devdoc" ];