Loading pkgs/development/tools/rust/critcmp/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "critcmp"; version = "0.1.7"; src = fetchFromGitHub { owner = "BurntSushi"; repo = "critcmp"; rev = version; hash = "sha256-B9unlodAhdmRogHX7tqky320xpaUG2p8nRZS7uGOXGY="; }; cargoHash = "sha256-Y1vfUOwCWAjMnNlm40XM9sQvooVtnGETTpIIsN/HTOU="; meta = with lib; { description = "A command line tool for comparing benchmarks run by Criterion"; homepage = "https://github.com/BurntSushi/critcmp"; license = with licenses; [ mit unlicense ]; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16456,6 +16456,8 @@ with pkgs; crate2nix = callPackage ../development/tools/rust/crate2nix { }; critcmp = callPackage ../development/tools/rust/critcmp { }; convco = callPackage ../development/tools/convco { inherit (darwin.apple_sdk.frameworks) Security; }; Loading
pkgs/development/tools/rust/critcmp/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "critcmp"; version = "0.1.7"; src = fetchFromGitHub { owner = "BurntSushi"; repo = "critcmp"; rev = version; hash = "sha256-B9unlodAhdmRogHX7tqky320xpaUG2p8nRZS7uGOXGY="; }; cargoHash = "sha256-Y1vfUOwCWAjMnNlm40XM9sQvooVtnGETTpIIsN/HTOU="; meta = with lib; { description = "A command line tool for comparing benchmarks run by Criterion"; homepage = "https://github.com/BurntSushi/critcmp"; license = with licenses; [ mit unlicense ]; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16456,6 +16456,8 @@ with pkgs; crate2nix = callPackage ../development/tools/rust/crate2nix { }; critcmp = callPackage ../development/tools/rust/critcmp { }; convco = callPackage ../development/tools/convco { inherit (darwin.apple_sdk.frameworks) Security; };