Unverified Commit 8edf3674 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

[Backport release-25.11] scooter: 0.8.3 -> 0.8.4 (#465069)

parents 29592dd0 0ca87d3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "scooter";
  version = "0.8.3";
  version = "0.8.4";

  src = fetchFromGitHub {
    owner = "thomasschafer";
    repo = "scooter";
    rev = "v${version}";
    hash = "sha256-DgxyurJmhpTHdmLyRaZkfiPYdMYdqeQOC+ZncfW5GdQ=";
    hash = "sha256-hOuhgPE24DBF/uFz/S51h+d7j5yDjPs8Mvfkcp2BQsc=";
  };

  cargoHash = "sha256-vq2d6UX4TbPO6Uya3m8uKff7+w1+VfV4Bec4Uyx/8pQ=";
  cargoHash = "sha256-S2oLItnyRURPyYDroa7PlHbKIhnE4HdXeo1y6cAKvss=";

  # Ensure that only the `scooter` package is built (excluding `xtask`)
  cargoBuildFlags = [