From 689487814627c0a8fcd769405f042addda5d9947 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 24 Apr 2023 10:26:14 +0200 Subject: [PATCH] update cargo.nix --- Cargo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.nix b/Cargo.nix index 57598358..d9fb0a28 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -32,7 +32,7 @@ args@{ ignoreLockHash, }: let - nixifiedLockHash = "af19dd561f2ce73d1f609040c1ebdf74420974d96959016da98d44b0e347f013"; + nixifiedLockHash = "e7f8df7901f8d217b438e374398eb3d4532e901770070ac5c8343624c0f45ca5"; workspaceSrc = if args.workspaceSrc == null then ./. else args.workspaceSrc; currentLockHash = builtins.hashFile "sha256" (workspaceSrc + /Cargo.lock); lockHashIgnored = if ignoreLockHash