sarif-fmt: 0.6.6 -> 0.7.0 (#367192)

This commit is contained in:
R. RyanTM
2024-12-22 20:33:34 -05:00
committed by GitHub
parent d90c190941
commit 3ba44f2124
+3 -3
View File
@@ -8,14 +8,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sarif-fmt";
version = "0.6.6";
version = "0.7.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-0LyTXyycdIq0FuBTxE9D7FRFfn4iZnDKOt+Rk4P1HwU=";
hash = "sha256-uQQ/UbmyPJbilxP2R+6KyBkf2dzGohN22xCCtU31y0s=";
};
cargoHash = "sha256-UpVZtZ3d0N/uL9+yc1gIO3SQsoqvUBMEDjdl9SDSKd8=";
cargoHash = "sha256-F2zHGlIaSGWcw67AIOa3N0AbKMVGQukUECZxCte7qlE=";
# `test_clippy` (the only test we enable) is broken on Darwin
# because `--enable-profiler` is not enabled in rustc on Darwin