summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-13 15:53:10 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-13 15:53:10 -0800
commit9579c9ec7f53be31efba3803bd86661b59b0bb81 (patch)
treee9e9ec19c0989f18d96ec0b8c6faf3780eb3dfb1 /pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix
parent83aeb00a78ebca04bd6a42721284cad87da9fabe (diff)
parentcb21b77ff1b9ed006d1180ad7c94b2ee7ed3c096 (diff)
downloadnixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar.gz
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar.bz2
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar.lz
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar.xz
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.tar.zst
nixpkgs-9579c9ec7f53be31efba3803bd86661b59b0bb81.zip
Merge commit 'cb21b77' into master.upstream
This is a partial merge of staging for builds which are working
Diffstat (limited to 'pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix')
-rw-r--r--pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix b/pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix
new file mode 100644
index 00000000000..da56dc3361a
--- /dev/null
+++ b/pkgs/desktops/gnome-3/3.18/core/libgweather/src.nix
@@ -0,0 +1,10 @@
+# Autogenerated by maintainers/scripts/gnome.sh update
+
+fetchurl: {
+  name = "libgweather-3.18.0";
+
+  src = fetchurl {
+    url = mirror://gnome/sources/libgweather/3.18/libgweather-3.18.0.tar.xz;
+    sha256 = "8f4fda67f48c776f2bf955d384de4cc842aacb8d9b2ad87b42d83d0dc5a1cb1f";
+  };
+}