Unverified Commit 5c21a81f authored by K900's avatar K900 Committed by GitHub
Browse files

rusty-path-of-building: 0.2.7 -> 0.2.8 (#460082)

parents ffd468f2 e2e25df1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "rusty-path-of-building";
  version = "0.2.7";
  version = "0.2.8";

  src = fetchFromGitHub {
    owner = "meehl";
    repo = "rusty-path-of-building";
    rev = "v${version}";
    hash = "sha256-J/tTifOcbY1mfcNbQFN4Vdyl78O7vTVbfew3fcnVyTA=";
    hash = "sha256-GJP5kuDHDyKFzlDW3EiMzd2KruYB1L51QgK4NT6B3Cc=";
  };

  cargoHash = "sha256-Oekl6SDIvgFIzPnve7nuib3fEjPGC46F/TNULmgOpew=";
  cargoHash = "sha256-RfF53qd/crWDgEDveP58FPInlH7vtpprMU3aLf9KO8A=";

  nativeBuildInputs = [
    pkg-config