Skip to content

Commit

Permalink
irods-icommands: 4.2.0 -> 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Leathers committed Sep 2, 2017
1 parent 5b94313 commit 5fb9352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/irods/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5fb9352

Please sign in to comment.