Skip to content

Commit e236bf6

Browse files
authored
pbpctrl: 0.1.5 -> 0.1.6 (#348228)
2 parents ac11403 + 2263b91 commit e236bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/audio/pbpctrl/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "pbpctrl";
11-
version = "0.1.5";
11+
version = "0.1.6";
1212

1313
src = fetchFromGitHub {
1414
owner = "qzed";
1515
repo = "${pname}";
1616
rev = "v${version}";
17-
hash = "sha256-tOdKXYfeO+HsYIDDU3fDb76ytRHVOcIqffEjFnLwOTI=";
17+
hash = "sha256-V7wfEXJ0tVQNsi1OFU1Dk2d9ImsNFRriGutpJzh2tV8=";
1818
};
1919

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

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

0 commit comments

Comments
 (0)