We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac11403 + 2263b91 commit e236bf6Copy full SHA for e236bf6
pkgs/applications/audio/pbpctrl/default.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "pbpctrl";
11
- version = "0.1.5";
+ version = "0.1.6";
12
13
src = fetchFromGitHub {
14
owner = "qzed";
15
repo = "${pname}";
16
rev = "v${version}";
17
- hash = "sha256-tOdKXYfeO+HsYIDDU3fDb76ytRHVOcIqffEjFnLwOTI=";
+ hash = "sha256-V7wfEXJ0tVQNsi1OFU1Dk2d9ImsNFRriGutpJzh2tV8=";
18
};
19
20
- cargoHash = "sha256-yP4tsXCAPE1KUDU5oBIejL4kACK1dNXK7Kmw37VMexM=";
+ cargoHash = "sha256-8D+WD5bOxoUhw4a7SUr+D2gn1NA7OkmoCcALO9HY8Qk=";
21
22
nativeBuildInputs = [ pkg-config protobuf ];
23
buildInputs = [ dbus ];
0 commit comments