Fix cargo hash

This commit is contained in:
Victor Fuentes 2022-11-01 16:15:20 -04:00
parent 0e9d1105f7
commit ceb00abc4c
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -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; [