aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-13 15:26:08 +0200
committerAlex <alex@adnab.me>2022-09-13 15:26:08 +0200
commit11bdc971e2aaa1ef90358b7d9c1bd6a8e9743bbf (patch)
treeca460324ea6848c61c6c698a51456ff27485ea7b /nix
parent309d7aef3f05657e2b969ab72442b2f2c350da03 (diff)
parentff30891999b5be5421b80b89da1037e943179d2d (diff)
downloadgarage-11bdc971e2aaa1ef90358b7d9c1bd6a8e9743bbf.tar.gz
garage-11bdc971e2aaa1ef90358b7d9c1bd6a8e9743bbf.zip
Merge pull request 'use netapp streaming body' (#343) from netapp-stream-body into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/343
Diffstat (limited to 'nix')
-rw-r--r--nix/common.nix8
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";
};
/*