From 37c94e0b679253aaa922b74644a483f3475d598a Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 1 Dec 2022 16:26:57 +0100 Subject: [PATCH] update cargodeps hash for girt --- profiles/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 2999b20..6e8172c 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -233,7 +233,7 @@ in cargoDeps = old.cargoDeps.overrideAttrs (oldB: { name = "${oldB.name}"; inherit src; - outputHash = "197dv8hbj4vd9grvhiinpsww3vfmmbl9b8gxk7la4gs8535s08x7"; + outputHash = "sha256-/I465/PlOckvov9PgSCg7CN5hEKeeQCw8rPsvpKJons="; }); }); in "${girt}/bin/interactive-rebase-tool";