Skip to content

Commit

Permalink
[Backport release-24.11] sarif-fmt: 0.6.6 -> 0.7.0 (NixOS#367516)
Browse files Browse the repository at this point in the history
sarif-fmt: 0.6.6 -> 0.7.0 (NixOS#367192)

(cherry picked from commit 3ba44f2)

Co-authored-by: R. RyanTM <[email protected]>
  • Loading branch information
2 people authored and presto8 committed Dec 28, 2024
1 parent 221cd30 commit 942cbc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sa/sarif-fmt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 942cbc1

Please sign in to comment.