From ee20f2be374568f64ea8a8633b7fcf770f316ed5 Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Wed, 21 Feb 2024 07:00:53 +0000 Subject: [PATCH] nix: Update CapDL rev Signed-off-by: Nick Spinale --- hacking/nix/scope/sources.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/nix/scope/sources.nix b/hacking/nix/scope/sources.nix index 328ece086..4794e5691 100644 --- a/hacking/nix/scope/sources.nix +++ b/hacking/nix/scope/sources.nix @@ -28,7 +28,7 @@ let capdlCommon = { url = "https://github.com/coliasgroup/capdl.git"; - rev = "1bd2aa7596ba418be33f314f880682e4fb8ef679"; # branch rust-testing + rev = "24c23ab0bbaaab3b30c7687a4c232b93da689cce"; # branch rust-testing local = localRoot + "/capdl"; };