about summary refs log tree commit diff
path: root/pkgs/desktops/mate/engrampa
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-08 02:34:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-08 02:34:51 -0700
commit72d89344babb762155ff035714e1949791b89ca3 (patch)
treed3d922bc5fd01ddde7d632d9bd31a2efd4187cc2 /pkgs/desktops/mate/engrampa
parentd12e7b8d17608bb4415c197eb1c12593cd31b9d2 (diff)
downloadnixlib-72d89344babb762155ff035714e1949791b89ca3.tar
nixlib-72d89344babb762155ff035714e1949791b89ca3.tar.gz
nixlib-72d89344babb762155ff035714e1949791b89ca3.tar.bz2
nixlib-72d89344babb762155ff035714e1949791b89ca3.tar.lz
nixlib-72d89344babb762155ff035714e1949791b89ca3.tar.xz
nixlib-72d89344babb762155ff035714e1949791b89ca3.tar.zst
nixlib-72d89344babb762155ff035714e1949791b89ca3.zip
mate.engrampa: 1.20.1 -> 1.21.0
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/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0/bin/engrampa passed the binary check.
- /nix/store/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0/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.21.0 with grep in /nix/store/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0
- directory tree listing: https://gist.github.com/a6b7848a52351898d1cac7b0baea4969
- du listing: https://gist.github.com/26e3dad544ee68b07906a4bfe1502cdc
Diffstat (limited to 'pkgs/desktops/mate/engrampa')
-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 57e4ed100a02..2becc40a46c3 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.1";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "09p9jaljaihc723zp17la6lw7h7q16ysk7q0fr0al0k11ss16w6f";
+    sha256 = "0y79rzmv3i03la443bp8f6gsgm03vr4nd88npwrvjqlxs59lg1gw";
   };
 
   nativeBuildInputs = [