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

cargo-shuttle: 0.53.0 -> 0.54.0 (#405102)

parents 9f4120a2 bba04571
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-shuttle";
  version = "0.53.0";
  version = "0.54.0";

  src = fetchFromGitHub {
    owner = "shuttle-hq";
    repo = "shuttle";
    rev = "v${version}";
    hash = "sha256-RXt9qcLepJJA+MMFm26UMLuwgh8V13DoBueY1Z+W63w=";
    hash = "sha256-37HQDiIgwxbMcFo7kM/SZ7dJzZc5CzL03xQNiMkG8l8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-zaI/W92XyuAXs+wF1KOBEiCRqHiTTMGPiq2wrAbCDH4=";
  cargoHash = "sha256-CYpAsNzQyIPigZSY/PwzGhYHU0316odwkwvxdcVisYk=";

  nativeBuildInputs = [ pkg-config ];