Skip to content

Commit

Permalink
nix: upgrade common to fix the cargo-security-audit job (#272)
Browse files Browse the repository at this point in the history
Previously `cargo-security-audit` didn't produce the required $out when run
successfully. Now the $out produced is the output from `cargo audit`.

The output is also registered as a Hydra build product so that we can
directly see the report from Hydra. The latter is useful for checking
which warnings were reported.
  • Loading branch information
basvandijk authored and mergify[bot] committed Dec 21, 2019
1 parent bc08984 commit 9348a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
else builtins.fetchGit {
name = "common-sources";
url = "ssh://[email protected]/dfinity-lab/common";
rev = "a066833f9ce8fac453f736639d46021a714682b2";
rev = "7fc0d40dc6e52a221b370be5a04292e59b32f17d";
};
in import commonSrc {
inherit system crossSystem config;
Expand Down

0 comments on commit 9348a2a

Please sign in to comment.