about summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 05:05:31 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 05:05:31 -0700
commit3bbbf11cc0cecb733fba30b4b0179a171f379bff (patch)
treece466cf69e15e54a6815b9ea619dc11dca28bcb1 /pkgs/desktops/mate
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar.gz
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar.bz2
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar.lz
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar.xz
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.tar.zst
nixlib-3bbbf11cc0cecb733fba30b4b0179a171f379bff.zip
mate.mate-media: 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/mate-media/versions.

These checks were done:

- built on NixOS
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/mate-volume-control-applet passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/mate-volume-control passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/.mate-volume-control-applet-wrapped passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/.mate-volume-control-wrapped passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1
- directory tree listing: https://gist.github.com/300945f471b2583b1ee1a6c1c4549e55
- du listing: https://gist.github.com/6c5caabcd4ffedd883ecbedc924fcebf
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-media/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-media/default.nix b/pkgs/desktops/mate/mate-media/default.nix
index 514da3a11724..efc9a3d2c39f 100644
--- a/pkgs/desktops/mate/mate-media/default.nix
+++ b/pkgs/desktops/mate/mate-media/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-media-${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 = "09vbw7nc91ljnxm5sbrch0w7zzn2i6qjb1b50q402niwr5b0zicr";
+    sha256 = "1db47m80qfb1xyrg1qxwvmkc53qp97yhvh86fgwjv00x96c3j9s9";
   };
 
   buildInputs = [