diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:24:53 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:24:53 +0200 |
commit | 5d065b8a0f66d7898746b4b419a1a55cfccc9bbf (patch) | |
tree | cdd1dc029ca407cedd590b7fcc670a10f6e9f0bf /nix/common.nix | |
parent | 52749e28f7c4def27aa43ce64ce528f1440c693c (diff) | |
download | garage-5d065b8a0f66d7898746b4b419a1a55cfccc9bbf.tar.gz garage-5d065b8a0f66d7898746b4b419a1a55cfccc9bbf.zip |
cargo2nix fix to fetchCrateGit
Diffstat (limited to 'nix/common.nix')
-rw-r--r-- | nix/common.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/common.nix b/nix/common.nix index 8396a6de..aa59cdc0 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -8,10 +8,10 @@ rec { sha256 = "1xy9zpypqfxs5gcq5dcla4bfkhxmh5nzn9dyqkr03lqycm9wg5cr"; }; cargo2nixSrc = fetchGit { - # As of 2022-03-17 - url = "https://github.com/superboum/cargo2nix"; - ref = "dedup_propagate"; - rev = "486675c67249e735dd7eb68e1b9feac9db102be7"; + # As of 2022-08-29, stacking two patches: superboum@dedup_propagate and Alexis211@fix_fetchcrategit + url = "https://github.com/Alexis211/cargo2nix"; + ref = "fix_fetchcrategit"; + rev = "4b31c0cc05b6394916d46e9289f51263d81973b9"; }; /* |