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

pbpctrl: 0.1.5 -> 0.1.6 (#348228)

parents ac11403c 2263b918
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "pbpctrl";
  version = "0.1.5";
  version = "0.1.6";

  src = fetchFromGitHub {
    owner = "qzed";
    repo = "${pname}";
    rev = "v${version}";
    hash = "sha256-tOdKXYfeO+HsYIDDU3fDb76ytRHVOcIqffEjFnLwOTI=";
    hash = "sha256-V7wfEXJ0tVQNsi1OFU1Dk2d9ImsNFRriGutpJzh2tV8=";
  };

  cargoHash = "sha256-yP4tsXCAPE1KUDU5oBIejL4kACK1dNXK7Kmw37VMexM=";
  cargoHash = "sha256-8D+WD5bOxoUhw4a7SUr+D2gn1NA7OkmoCcALO9HY8Qk=";

  nativeBuildInputs = [ pkg-config protobuf ];
  buildInputs = [ dbus ];