Merge pull request #218623 from figsoda/cargo-llvm-lines

cargo-llvm-lines: 0.4.24 -> 0.4.25

authored by

Nick Cao and committed by
GitHub
3467edf8 0bee00c5

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-llvm-lines/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-llvm-lines"; 5 - version = "0.4.24"; 6 7 src = fetchFromGitHub { 8 owner = "dtolnay"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-+jCjbx3CytE7wpVmErJjGFZS7E8VB8wjl7BAd9/USuY="; 12 }; 13 14 - cargoSha256 = "sha256-QC4+hXJiDB0odGm0/m0/JpQv5TyaAg4MmU/0vMJytk4="; 15 16 meta = with lib; { 17 description = "Count the number of lines of LLVM IR across all instantiations of a generic function";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-llvm-lines"; 5 + version = "0.4.25"; 6 7 src = fetchFromGitHub { 8 owner = "dtolnay"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-KTSp4pbxKkSX1Kh7CILtTVq2mjOpn4SKxO16l+I+i7k="; 12 }; 13 14 + cargoSha256 = "sha256-A+vUn/TLpp2dVOA5CAjFlviG+SPTd4BstOb0/NHCpdE="; 15 16 meta = with lib; { 17 description = "Count the number of lines of LLVM IR across all instantiations of a generic function";