forked from mirrors/nixpkgs
gnome-online-accounts: 3.20.1 -> 3.20.2
This commit is contained in:
parent
e14181ab17
commit
20f2e6e75b
|
@ -1,10 +1,11 @@
|
|||
# Autogenerated by maintainers/scripts/gnome.sh update
|
||||
|
||||
fetchurl: {
|
||||
name = "gnome-online-accounts-3.20.1";
|
||||
fetchurl: rec {
|
||||
major = "3.20";
|
||||
name = "gnome-online-accounts-${major}.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/gnome-online-accounts/3.20/gnome-online-accounts-3.20.1.tar.xz;
|
||||
sha256 = "c37aebc1e12f31f5516d33a354181e4d202a07da4f7d3a95b0da8cf0028c0c93";
|
||||
url = "mirror://gnome/sources/gnome-online-accounts/${major}/${name}.tar.xz";
|
||||
sha256 = "1pf1rn1i7dqll9ph6scg2g281njx5pq6z0wyj9493m474nfmsmab";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue