tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cide: 0.8.1 -> 0.9.0
zimbatm.tngl.sh
10 years ago
c08f18df
2bcec427
+16
-16
3 changed files
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
cide
Gemfile.lock
default.nix
gemset.nix
+1
-1
pkgs/development/tools/continuous-integration/cide/Gemfile.lock
···
11
11
descendants_tracker (~> 0.0.4)
12
12
ice_nine (~> 0.11.0)
13
13
thread_safe (~> 0.3, >= 0.3.1)
14
14
-
cide (0.8.1)
14
14
+
cide (0.9.0)
15
15
thor (~> 0.19)
16
16
virtus (~> 1.0)
17
17
coercible (1.0.0)
+3
-3
pkgs/development/tools/continuous-integration/cide/default.nix
···
1
1
-
{ stdenv, lib, bundlerEnv, makeWrapper, docker, git }:
1
1
+
{ stdenv, lib, bundlerEnv, makeWrapper, docker, git, gnutar, gzip }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "cide-${version}";
5
5
-
version = "0.8.1";
5
5
+
version = "0.9.0";
6
6
7
7
env = bundlerEnv {
8
8
name = "${name}-gems";
···
19
19
installPhase = ''
20
20
mkdir -p $out/bin
21
21
makeWrapper ${env}/bin/cide $out/bin/cide \
22
22
-
--set PATH ${docker}/bin:${git}/bin
22
22
+
--set PATH ${docker}/bin:${git}/bin:${gnutar}/bin:${gzip}/bin
23
23
'';
24
24
25
25
meta = with lib; {
+12
-12
pkgs/development/tools/continuous-integration/cide/gemset.nix
···
22
22
version = "0.19.1";
23
23
};
24
24
jmespath = {
25
25
-
version = "1.1.3";
26
25
source = {
27
27
-
type = "gem";
28
26
remotes = ["https://rubygems.org"];
29
27
sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb";
28
28
+
type = "gem";
30
29
};
30
30
+
version = "1.1.3";
31
31
};
32
32
ice_nine = {
33
33
-
version = "0.11.2";
34
33
source = {
35
35
-
type = "gem";
36
34
remotes = ["https://rubygems.org"];
37
35
sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x";
36
36
+
type = "gem";
38
37
};
38
38
+
version = "0.11.2";
39
39
};
40
40
equalizer = {
41
41
source = {
···
61
61
version = "1.0.0";
62
62
};
63
63
cide = {
64
64
-
version = "0.8.1";
64
64
+
version = "0.9.0";
65
65
source = {
66
66
type = "gem";
67
67
remotes = ["https://rubygems.org"];
68
68
-
sha256 = "1vsa7smab5dj6mcf0csl9wm18x95h6yphm7x18is53bv5hrzgill";
68
68
+
sha256 = "1wykwv0jnrh49jm9zsy1cb5wddv65iw4ixh072hr242wb83dcyl0";
69
69
};
70
70
};
71
71
axiom-types = {
···
77
77
version = "0.1.1";
78
78
};
79
79
aws-sdk-resources = {
80
80
-
version = "2.2.17";
81
80
source = {
82
82
-
type = "gem";
83
81
remotes = ["https://rubygems.org"];
84
82
sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj";
83
83
+
type = "gem";
85
84
};
85
85
+
version = "2.2.17";
86
86
};
87
87
aws-sdk-core = {
88
88
-
version = "2.2.17";
89
88
source = {
90
90
-
type = "gem";
91
89
remotes = ["https://rubygems.org"];
92
90
sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z";
91
91
+
type = "gem";
93
92
};
93
93
+
version = "2.2.17";
94
94
};
95
95
aws-sdk = {
96
96
-
version = "2.2.17";
97
96
source = {
98
98
-
type = "gem";
99
97
remotes = ["https://rubygems.org"];
100
98
sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9";
99
99
+
type = "gem";
101
100
};
101
101
+
version = "2.2.17";
102
102
};
103
103
}