aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-03-17 10:58:40 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-03-17 12:17:38 +0100
commit0529f3c34dee78f54dbd3a384120f9b3bacb9501 (patch)
treece01bd5480775c778d15a0faff39b26c9abdceaa
parentdb46cdef7954a9655028eb7ee55b649c89c55935 (diff)
downloadgarage-ci/arm_openssl.tar.gz
garage-ci/arm_openssl.zip
Patch cargo2nix openssl overrideci/arm_openssl
-rw-r--r--nix/common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/common.nix b/nix/common.nix
index 863aa3f1..5cd15c8a 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -8,10 +8,10 @@ rec {
sha256 = "1xy9zpypqfxs5gcq5dcla4bfkhxmh5nzn9dyqkr03lqycm9wg5cr";
};
cargo2nixSrc = fetchGit {
- # As of 2022-02-03
+ # As of 2022-03-17
url = "https://github.com/superboum/cargo2nix";
- ref = "backward-compat";
- rev = "08d963f32a774353ee8acf3f61749915875c1ec4";
+ ref = "main";
+ rev = "bcbf3ba99e9e01a61eb83a24624419c2dd9dec64";
};