Unverified Commit 97134a63 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

scooter: 0.8.0 -> 0.8.1 (#450379)

parents 1101446e f592cb86
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.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "thomasschafer";
    repo = "scooter";
    rev = "v${version}";
    hash = "sha256-JADZR1imtl2vPq+n1Ese565qZ1S0J4tuGCx+N2VTlLs=";
    hash = "sha256-i3FSuIEUzKyb6tIzYYOlBwlPtTrdlBsVLNsplzqNhkc=";
  };

  cargoHash = "sha256-5FmKKfR7m9++ft8tUGtQnDQydfbMBAHi6i5XANG1duQ=";
  cargoHash = "sha256-jaNkjr5uMAf4uShIj2iA5CK/7x/s41BETteshmlZkzA=";

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