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
This commit is contained in:
R. RyanTM 2018-06-19 14:46:12 -07:00
parent 4627f0719d
commit 4a0f25a62b

View File

@ -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 = [