Unverified Commit f315f1ad authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

pbpctrl: 0.1.7 -> 0.1.8 (#400214)

parents 9007926d a84f9a1c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "pbpctrl";
  version = "0.1.7";
  version = "0.1.8";

  src = fetchFromGitHub {
    owner = "qzed";
    repo = "pbpctrl";
    rev = "v${version}";
    hash = "sha256-u5I3Hs00JDPRBwThYTEmNiZj/zPVfHyyrt4E68d13do=";
    hash = "sha256-XSRJytPrRKKWhFTBQd3Kd1R3amdecGNTmJS4PmFL6kg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-0kh9bwiTVWuDviDw6IY5EGj+2k2WsyCCeo+r7CdBftE=";
  cargoHash = "sha256-eDR/Z4v8G7/XPzWjJdZ5Fg2qULdn/SuNmvE/GVqSVJ8=";

  nativeBuildInputs = [
    pkg-config