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 14:46:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:46:12 -0700
commit4a0f25a62b2851be1fa845d5c6597b4d6adacc7e (patch)
tree0da36d9c0c5f38d91f93d0667e88729915780933 /pkgs/desktops/mate
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar.gz
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar.bz2
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar.lz
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar.xz
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.tar.zst
nixlib-4a0f25a62b2851be1fa845d5c6597b4d6adacc7e.zip
mate.engrampa: 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/engrampa/versions.

These checks were done:

- built on NixOS
- /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1/bin/engrampa passed the binary check.
- /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1/bin/.engrampa-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1
- directory tree listing: https://gist.github.com/b73375db196ecf4ade754cfc0ce3b7c8
- du listing: https://gist.github.com/ff5ea27db0db941cee563d428c065f42
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/engrampa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/engrampa/default.nix b/pkgs/desktops/mate/engrampa/default.nix
index 74d32ce1f216..57e4ed100a02 100644
--- a/pkgs/desktops/mate/engrampa/default.nix
+++ b/pkgs/desktops/mate/engrampa/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "engrampa-${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 = "1pk053i14a0r5s9qkipwnp4qjg76b763203z64ymnpkslrrarnnm";
+    sha256 = "09p9jaljaihc723zp17la6lw7h7q16ysk7q0fr0al0k11ss16w6f";
   };
 
   nativeBuildInputs = [