From ceb00abc4cd74bbe17858255be6a74833d8166b5 Mon Sep 17 00:00:00 2001 From: Victor Fuentes Date: Tue, 1 Nov 2022 16:15:20 -0400 Subject: [PATCH] Fix cargo hash --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 9053e46..9532821 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ pkgs.stdenv.mkDerivation rec { cargoDeps = pkgs.rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-845UB5rens4RChvcoFZGx60J1wPySyDBCD6M5vgeWDc="; + hash = "sha256-CRw/T0TAgW+81C3966PAEpDHJotSbOHkAqhotY1sozM="; }; nativeBuildInputs = with pkgs; [