From 5fb93524b3802ccdca7a560c232a1efb0056ba7f Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Sat, 2 Sep 2017 10:52:02 -0400 Subject: [PATCH] irods-icommands: 4.2.0 -> 4.2.1 --- pkgs/tools/filesystems/irods/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/irods/default.nix b/pkgs/tools/filesystems/irods/default.nix index b5f178d59fc..0714f290104 100644 --- a/pkgs/tools/filesystems/irods/default.nix +++ b/pkgs/tools/filesystems/irods/default.nix @@ -53,11 +53,11 @@ in rec { # icommands (CLI) package, depends on the irods package irods-icommands = stdenv.mkDerivation (common // rec { - version = "4.2.0"; + version = "4.2.1"; name = "irods-icommands-${version}"; src = fetchurl { url = "http://github.com/irods/irods_client_icommands/archive/${version}.tar.gz"; - sha256 = "b581067c8139b5ef7897f15fc1fc79f69d2e784a0f36d96e8fa3cb260b6378ce"; + sha256 = "1kg07frv2rf32nf53a1nxscwzgr0rpgxvp5fkmh5439knby10fqw"; }; buildInputs = common.buildInputs ++ [ irods ];