summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmateweather
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 06:43:03 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 06:43:03 -0700
commitc22558d1449ed177c8b98f38c76f8675deb85f86 (patch)
tree814742e834942792210095964404b34e7fbe5d5a /pkgs/desktops/mate/libmateweather
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar.gz
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar.bz2
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar.lz
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar.xz
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.tar.zst
nixpkgs-c22558d1449ed177c8b98f38c76f8675deb85f86.zip
mate.libmateweather: 1.20.0 -> 1.20.1
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.20.1 with grep in /nix/store/h4792zpbkmkj75gzl056h8in9mwg651z-libmateweather-1.20.1
- directory tree listing: https://gist.github.com/3e9e247094f13369303bf230a02f3abe
- du listing: https://gist.github.com/a77cc48fd92236a8bb9c82f2f8c54a9b
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 7efad3a5e3a..9a7ba4f006f 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.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1c8mvydb0h7z3zn0qahwlp15z5wl6nrv24q4z7ldhm340jnxsvh7";
+    sha256 = "0bp1nn3b5gf5nqrdwl43fxbb82j74s3x8jkmp40ilv2qpc2mxwr1";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];