Loading pkgs/by-name/ni/nixf-diagnose/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,22 +3,25 @@ rustPlatform, fetchFromGitHub, nixf, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "nixf-diagnose"; version = "0.1.2"; version = "0.1.3"; src = fetchFromGitHub { owner = "inclyc"; repo = "nixf-diagnose"; tag = finalAttrs.version; hash = "sha256-gkeU3EwAl9810eRRp5/ddf1h0qpV6FrBBdntNBpBtsM="; hash = "sha256-8kcA2/ZMREKtXUM5rlAWRQL/C8+JNocZegq2ZHqbiSA="; }; env.NIXF_TIDY_PATH = lib.getExe nixf; cargoHash = "sha256-nrr2/lTWPyH7MsG2hSMJjbFCpHsKWINEP8jwSYPhocg="; cargoHash = "sha256-9rWQfoaMXFs83cYHtJPL0ogA9hPh7q3mK1DG4Q4CCq0="; passthru.updateScript = nix-update-script { }; meta = { description = "CLI wrapper for nixf-tidy with fancy diagnostic output"; Loading Loading
pkgs/by-name/ni/nixf-diagnose/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,22 +3,25 @@ rustPlatform, fetchFromGitHub, nixf, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "nixf-diagnose"; version = "0.1.2"; version = "0.1.3"; src = fetchFromGitHub { owner = "inclyc"; repo = "nixf-diagnose"; tag = finalAttrs.version; hash = "sha256-gkeU3EwAl9810eRRp5/ddf1h0qpV6FrBBdntNBpBtsM="; hash = "sha256-8kcA2/ZMREKtXUM5rlAWRQL/C8+JNocZegq2ZHqbiSA="; }; env.NIXF_TIDY_PATH = lib.getExe nixf; cargoHash = "sha256-nrr2/lTWPyH7MsG2hSMJjbFCpHsKWINEP8jwSYPhocg="; cargoHash = "sha256-9rWQfoaMXFs83cYHtJPL0ogA9hPh7q3mK1DG4Q4CCq0="; passthru.updateScript = nix-update-script { }; meta = { description = "CLI wrapper for nixf-tidy with fancy diagnostic output"; Loading