From c08f18df639dcd8944f6f3feb808aeb46a528d99 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 26 Feb 2016 14:34:19 +0000 Subject: cide: 0.8.1 -> 0.9.0 --- .../tools/continuous-integration/cide/Gemfile.lock | 2 +- .../tools/continuous-integration/cide/default.nix | 6 +++--- .../tools/continuous-integration/cide/gemset.nix | 24 +++++++++++----------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/cide/Gemfile.lock b/pkgs/development/tools/continuous-integration/cide/Gemfile.lock index 7db1b9db9b37..736b2bfca1a2 100644 --- a/pkgs/development/tools/continuous-integration/cide/Gemfile.lock +++ b/pkgs/development/tools/continuous-integration/cide/Gemfile.lock @@ -11,7 +11,7 @@ GEM descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - cide (0.8.1) + cide (0.9.0) thor (~> 0.19) virtus (~> 1.0) coercible (1.0.0) diff --git a/pkgs/development/tools/continuous-integration/cide/default.nix b/pkgs/development/tools/continuous-integration/cide/default.nix index c8c35330e30e..4a64d8bf303e 100644 --- a/pkgs/development/tools/continuous-integration/cide/default.nix +++ b/pkgs/development/tools/continuous-integration/cide/default.nix @@ -1,8 +1,8 @@ -{ stdenv, lib, bundlerEnv, makeWrapper, docker, git }: +{ stdenv, lib, bundlerEnv, makeWrapper, docker, git, gnutar, gzip }: stdenv.mkDerivation rec { name = "cide-${version}"; - version = "0.8.1"; + version = "0.9.0"; env = bundlerEnv { name = "${name}-gems"; @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { installPhase = '' mkdir -p $out/bin makeWrapper ${env}/bin/cide $out/bin/cide \ - --set PATH ${docker}/bin:${git}/bin + --set PATH ${docker}/bin:${git}/bin:${gnutar}/bin:${gzip}/bin ''; meta = with lib; { diff --git a/pkgs/development/tools/continuous-integration/cide/gemset.nix b/pkgs/development/tools/continuous-integration/cide/gemset.nix index 2d5df24bb450..df8f7c9f2088 100644 --- a/pkgs/development/tools/continuous-integration/cide/gemset.nix +++ b/pkgs/development/tools/continuous-integration/cide/gemset.nix @@ -22,20 +22,20 @@ version = "0.19.1"; }; jmespath = { - version = "1.1.3"; source = { - type = "gem"; remotes = ["https://rubygems.org"]; sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb"; + type = "gem"; }; + version = "1.1.3"; }; ice_nine = { - version = "0.11.2"; source = { - type = "gem"; remotes = ["https://rubygems.org"]; sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x"; + type = "gem"; }; + version = "0.11.2"; }; equalizer = { source = { @@ -61,11 +61,11 @@ version = "1.0.0"; }; cide = { - version = "0.8.1"; + version = "0.9.0"; source = { type = "gem"; remotes = ["https://rubygems.org"]; - sha256 = "1vsa7smab5dj6mcf0csl9wm18x95h6yphm7x18is53bv5hrzgill"; + sha256 = "1wykwv0jnrh49jm9zsy1cb5wddv65iw4ixh072hr242wb83dcyl0"; }; }; axiom-types = { @@ -77,27 +77,27 @@ version = "0.1.1"; }; aws-sdk-resources = { - version = "2.2.17"; source = { - type = "gem"; remotes = ["https://rubygems.org"]; sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj"; + type = "gem"; }; + version = "2.2.17"; }; aws-sdk-core = { - version = "2.2.17"; source = { - type = "gem"; remotes = ["https://rubygems.org"]; sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z"; + type = "gem"; }; + version = "2.2.17"; }; aws-sdk = { - version = "2.2.17"; source = { - type = "gem"; remotes = ["https://rubygems.org"]; sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9"; + type = "gem"; }; + version = "2.2.17"; }; } \ No newline at end of file -- cgit 1.4.1