nixf-diagnose: 0.1.3 -> 0.1.4
Release Notes: https://github.com/inclyc/nixf-diagnose/releases/tag/0.1.4
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "nixf-diagnose";
|
||||
version = "0.1.3";
|
||||
version = "0.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inclyc";
|
||||
repo = "nixf-diagnose";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-8kcA2/ZMREKtXUM5rlAWRQL/C8+JNocZegq2ZHqbiSA=";
|
||||
hash = "sha256-vHW2AnUxBuG9mlpMB0f9eK4M1VlJPm5YtwjXksx/uik=";
|
||||
};
|
||||
|
||||
env.NIXF_TIDY_PATH = lib.getExe nixf;
|
||||
|
||||
cargoHash = "sha256-9rWQfoaMXFs83cYHtJPL0ogA9hPh7q3mK1DG4Q4CCq0=";
|
||||
cargoHash = "sha256-L6wiYUzlzginjhu23EBPAteZ2nTIqUE6mC2q1yfKWs4=";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user