From afdbeb5b1a06a4a38f96025d2410c4fbb25ebea5 Mon Sep 17 00:00:00 2001
From: "R. RyanTM" <ryantm+bot@ryantm.com>
Date: Sun, 8 Jul 2018 03:30:02 -0700
Subject: [PATCH] mate.caja: 1.21.1 -> 1.21.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/caja/versions.

These checks were done:

- built on NixOS
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja passed the binary check.
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-file-management-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-autorun-software had a zero exit code or showed the expected version
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-connect-server passed the binary check.
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-wrapped passed the binary check.
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-file-management-properties-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-autorun-software-wrapped had a zero exit code or showed the expected version
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-connect-server-wrapped passed the binary check.
- 4 of 8 passed binary check by having a zero exit code.
- 0 of 8 passed binary check by having the new version present in output.
- found 1.21.2 with grep in /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2
- directory tree listing: https://gist.github.com/2709b44f62bdb6a5d626484e7b4f24ae
- du listing: https://gist.github.com/a862e36a066610421b23ee38f984d40b
---
 pkgs/desktops/mate/caja/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/desktops/mate/caja/default.nix b/pkgs/desktops/mate/caja/default.nix
index a04dbb27a88b..63ad4e671254 100644
--- a/pkgs/desktops/mate/caja/default.nix
+++ b/pkgs/desktops/mate/caja/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "caja-${version}";
-  version = "1.21.1";
+  version = "1.21.2";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "013lmngnm0i2746qrkkyhg62kyh4cjdd0i634cz5fm7ah65ylxg4";
+    sha256 = "0kswpghpsz69l417ammniy1ja0dsg1hrsm2k0rx28q9mhdfdmnwq";
   };
 
   nativeBuildInputs = [