lol

nixf-diagnose: 0.1.2 -> 0.1.3 (#438615)

authored by

Wolfgang Walther and committed by
GitHub
325375d3 fca44eea

+6 -3
+6 -3
pkgs/by-name/ni/nixf-diagnose/package.nix
··· 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 5 nixf, 6 + nix-update-script, 6 7 }: 7 8 8 9 rustPlatform.buildRustPackage (finalAttrs: { 9 10 pname = "nixf-diagnose"; 10 - version = "0.1.2"; 11 + version = "0.1.3"; 11 12 12 13 src = fetchFromGitHub { 13 14 owner = "inclyc"; 14 15 repo = "nixf-diagnose"; 15 16 tag = finalAttrs.version; 16 - hash = "sha256-gkeU3EwAl9810eRRp5/ddf1h0qpV6FrBBdntNBpBtsM="; 17 + hash = "sha256-8kcA2/ZMREKtXUM5rlAWRQL/C8+JNocZegq2ZHqbiSA="; 17 18 }; 18 19 19 20 env.NIXF_TIDY_PATH = lib.getExe nixf; 20 21 21 - cargoHash = "sha256-nrr2/lTWPyH7MsG2hSMJjbFCpHsKWINEP8jwSYPhocg="; 22 + cargoHash = "sha256-9rWQfoaMXFs83cYHtJPL0ogA9hPh7q3mK1DG4Q4CCq0="; 23 + 24 + passthru.updateScript = nix-update-script { }; 22 25 23 26 meta = { 24 27 description = "CLI wrapper for nixf-tidy with fancy diagnostic output";