summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmateweather
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:49:50 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:49:50 +0200
commitc564b5689510058fc7ad6f71458cfcbe02f87c88 (patch)
tree8dcd41c4f90a8a32dc459ddc4cdf435afc0c0409 /pkgs/desktops/mate/libmateweather
parentf62882f5b8743e1c7ca81c7fd13aafc2b063ce7b (diff)
downloadnixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar.gz
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar.bz2
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar.lz
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar.xz
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.tar.zst
nixpkgs-c564b5689510058fc7ad6f71458cfcbe02f87c88.zip
mate.libmateweather: 1.20.1 -> 1.21.0 (#43191)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmateweather/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/ksayjrqlh72h4lzyqwdwzzr193ygl0xb-libmateweather-1.21.0
- directory tree listing: https://gist.github.com/77147d67fc7b1421588d484ca7a98dec
- du listing: https://gist.github.com/a93673e3e9aba588db3b7595bd49248a
Diffstat (limited to 'pkgs/desktops/mate/libmateweather')
-rw-r--r--pkgs/desktops/mate/libmateweather/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/libmateweather/default.nix b/pkgs/desktops/mate/libmateweather/default.nix
index 9a7ba4f006f..e6769a2e978 100644
--- a/pkgs/desktops/mate/libmateweather/default.nix
+++ b/pkgs/desktops/mate/libmateweather/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libmateweather-${version}";
-  version = "1.20.1";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0bp1nn3b5gf5nqrdwl43fxbb82j74s3x8jkmp40ilv2qpc2mxwr1";
+    sha256 = "1vj2pgry6wdscdcpwwagqlsjf8rkh4id67iw7d9qk1pfbhb2sznl";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];