Loading pkgs/development/tools/rust/cargo-llvm-lines/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,20 +2,21 @@ rustPlatform.buildRustPackage rec { pname = "cargo-llvm-lines"; version = "0.4.27"; version = "0.4.28"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; sha256 = "sha256-nojFHP3JhhJSzYeRGZKpUpNcVdMg21L+t6vTxIalsJs="; hash = "sha256-ebsmQM3KLhNfBGRXosOlim+rMTg7aQu0LXL4iGr9FRQ="; }; cargoSha256 = "sha256-ZVi3j5FbcYYQJ5QOW1tiotiqwOjF9uv1VLHrZL0LBxc="; cargoHash = "sha256-YXJfEofipN33aItuqzVZkPvszeZqLyikBoF+viQgCeM="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function"; homepage = "https://github.com/dtolnay/cargo-llvm-lines"; changelog = "https://github.com/dtolnay/cargo-llvm-lines/releases/tag/${src.rev}"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda ]; }; Loading Loading
pkgs/development/tools/rust/cargo-llvm-lines/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,20 +2,21 @@ rustPlatform.buildRustPackage rec { pname = "cargo-llvm-lines"; version = "0.4.27"; version = "0.4.28"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; sha256 = "sha256-nojFHP3JhhJSzYeRGZKpUpNcVdMg21L+t6vTxIalsJs="; hash = "sha256-ebsmQM3KLhNfBGRXosOlim+rMTg7aQu0LXL4iGr9FRQ="; }; cargoSha256 = "sha256-ZVi3j5FbcYYQJ5QOW1tiotiqwOjF9uv1VLHrZL0LBxc="; cargoHash = "sha256-YXJfEofipN33aItuqzVZkPvszeZqLyikBoF+viQgCeM="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function"; homepage = "https://github.com/dtolnay/cargo-llvm-lines"; changelog = "https://github.com/dtolnay/cargo-llvm-lines/releases/tag/${src.rev}"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda ]; }; Loading