Skip to content

Commit 0a68cd4

Browse files
authored
Merge pull request #102 from input-output-hk/rvl/update-pins
Update hackage and stackage pins and fix updater script
2 parents 77954f3 + 8d902b0 commit 0a68cd4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

hackage-src.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/input-output-hk/hackage.nix",
3-
"rev": "bae1e9533d0b389218dae18a011f61bb89913058",
4-
"date": "2019-03-04T17:30:54+01:00",
5-
"sha256": "0qyhzliwanvlkwgfl08s2wiibdy2pv2jr4pdgndvgk1qh3ihy0gx",
3+
"rev": "cb519c5ed3f8c25a0b9d711744120f09b0b5df5a",
4+
"date": "2019-04-02T01:09:53+00:00",
5+
"sha256": "1q4bnsp1wgj7xwk0379wj5hwrbbmsz0m0n95ghmz813ld46vnm0z",
66
"fetchSubmodules": false
77
}

scripts/update-external.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with stdenv.lib;
77

88
let
9-
repoHTTPS = "https://github.com/input-output-hk/${name}.nix.git";
9+
repoHTTPS = "https://github.com/input-output-hk/${name}.nix";
1010
repoSSH = "git@github.com:input-output-hk/${name}.nix.git";
1111
sshKey = "/run/keys/buildkite-${name}-ssh-private";
1212
in

stackage-src.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/input-output-hk/stackage.nix",
3-
"rev": "1d992021163db62c064fe704730f8aff79fbac2b",
4-
"date": "2019-03-04T17:30:33+01:00",
5-
"sha256": "0dxb93bpfjcgc83j1asi23r7yn8fcc456sjn5diblkj0vy7wjg43",
3+
"rev": "fe4dde7b45a821f1e966d2c8526adbcc173cf4f4",
4+
"date": "2019-04-02T01:15:28+00:00",
5+
"sha256": "17akap23f14kjdp856hdjblwx683ny8hmhczlrvnw258xjpfwc5s",
66
"fetchSubmodules": false
77
}

0 commit comments

Comments
 (0)