nixf-diagnose: 0.1.3 -> 0.1.4 (#444683)

authored by

Wolfgang Walther and committed by
GitHub
9558f59f 66d668f9

+3 -3
+3 -3
pkgs/by-name/ni/nixf-diagnose/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage (finalAttrs: { 10 10 pname = "nixf-diagnose"; 11 - version = "0.1.3"; 11 + version = "0.1.4"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "inclyc"; 15 15 repo = "nixf-diagnose"; 16 16 tag = finalAttrs.version; 17 - hash = "sha256-8kcA2/ZMREKtXUM5rlAWRQL/C8+JNocZegq2ZHqbiSA="; 17 + hash = "sha256-vHW2AnUxBuG9mlpMB0f9eK4M1VlJPm5YtwjXksx/uik="; 18 18 }; 19 19 20 20 env.NIXF_TIDY_PATH = lib.getExe nixf; 21 21 22 - cargoHash = "sha256-9rWQfoaMXFs83cYHtJPL0ogA9hPh7q3mK1DG4Q4CCq0="; 22 + cargoHash = "sha256-L6wiYUzlzginjhu23EBPAteZ2nTIqUE6mC2q1yfKWs4="; 23 23 24 24 passthru.updateScript = nix-update-script { }; 25 25