cargo-profiler: sha256
→ hash
This commit is contained in:
parent
2641d97cbf
commit
3477b6f431
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user