cargo-profiler: sha256hash

This commit is contained in:
nicoo 2024-09-14 21:58:23 +00:00 committed by nicoo
parent 2641d97cbf
commit 3477b6f431

View File

@ -10,7 +10,7 @@ let
# Version-specific variables
version = "0.2.0";
rev = "0a8ab772fd5c0f1579e4847c5d05aa443ffa2bc8";
sha256 = "sha256-ZRAbvSMrPtgaWy9RwlykQ3iiPxHCMh/tS5p67/4XqqA=";
hash = "sha256-ZRAbvSMrPtgaWy9RwlykQ3iiPxHCMh/tS5p67/4XqqA=";
cargoHash = "sha256-qt3S6ZcLEP9ZQoP5+kSQdmBlxdMgGUqLszdU7JkFNVI=";
inherit (rustPlatform) buildRustPackage;
@ -18,7 +18,7 @@ in buildRustPackage rec {
inherit pname version;
src = fetchFromGitHub {
inherit owner rev sha256;
inherit owner rev hash;
repo = pname;
};