Skip to content

Commit

Permalink
bump concourse to next unstable master (NixOS#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 authored Jan 7, 2019
1 parent b778308 commit 7323035
Show file tree
Hide file tree
Showing 10 changed files with 636 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ in
gzip
iproute
iptables
kmod
utillinux
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
runCommand,
}:
let
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "concourse";
repo = "git-resource";
rev = "v${version}";
sha256 = "1nhzk9mxawzvdwk601ykllwhalfc64hpfva1x2v3xsacsgn3zvym";
sha256 = "0mkc4scc8n49ah2yqjp0s0ivhinfi4992362sk1iybivz0dr8sxz";
};
env = buildEnv {
name = "system-path";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
runCommand,
}:
let
version = "0.1.1";
version = "0.2.0";
registry-image-resource = buildGoPackage {
name = "registry-image-resource";
goPackagePath = "github.com/concourse/registry-image-resource";
Expand All @@ -17,7 +17,7 @@ let
owner = "concourse";
repo = "registry-image-resource";
rev = "v${version}";
sha256 = "134fqvvcyldhpkv38f0anlrmplmsz0if71fvmgzm1d0wi5lxg9za";
sha256 = "0sz5ig1f1297ma3yi7fc3p4jmn9wm2svnlv2j1l2j5zpv0nqpjx2";
};
};

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

let

version = "d41bd4369bedff638cb02ad16ab042c3c9165b3a";
version = "c862322702eea2fd561b1a04de18ab1c1ef4810b";

src = fetchFromGitHub {
repo = "concourse";
owner = "concourse";
rev = "${version}";
sha256 = "1wmx675xrav3mwcmk52fav69wmni8cn1xf9xklk18lpr8vz7khcw";
sha256 = "1l8grpr6w5badz9khwdcrhf07a8g8p9gax6djkbr0sq50xn68lfc";
};

main-asset = callPackage ./assets/main {
Expand Down
Loading

0 comments on commit 7323035

Please sign in to comment.