diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-17 10:58:40 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-17 12:17:38 +0100 |
commit | 0529f3c34dee78f54dbd3a384120f9b3bacb9501 (patch) | |
tree | ce01bd5480775c778d15a0faff39b26c9abdceaa /nix/common.nix | |
parent | db46cdef7954a9655028eb7ee55b649c89c55935 (diff) | |
download | garage-0529f3c34dee78f54dbd3a384120f9b3bacb9501.tar.gz garage-0529f3c34dee78f54dbd3a384120f9b3bacb9501.zip |
Patch cargo2nix openssl overrideci/arm_openssl
Diffstat (limited to 'nix/common.nix')
-rw-r--r-- | nix/common.nix | 6 |
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"; }; |