about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-15 11:02:55 -0400
committerGitHub <noreply@github.com>2023-10-15 11:02:55 -0400
commitba1ce46a4c9f1588480c460db8788929ebe6a6c9 (patch)
treeab662bcb15d28d02f290415bea79fe571e95ad42 /pkgs/applications
parent611af1add2a0dbcc21fa07340392d84c27907ce2 (diff)
parent5045932d8a819b5943823f8924d70f5a4d009a81 (diff)
Merge pull request #261225 from r-ryantm/auto-update/pbpctrl
pbpctrl: 0.1.3 -> 0.1.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/pbpctrl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/pbpctrl/default.nix b/pkgs/applications/audio/pbpctrl/default.nix
index 15f75813f851c..3ce65da9f34d2 100644
--- a/pkgs/applications/audio/pbpctrl/default.nix
+++ b/pkgs/applications/audio/pbpctrl/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "pbpctrl";
-  version = "0.1.3";
+  version = "0.1.4";
 
   src = fetchFromGitHub {
     owner = "qzed";
     repo = "${pname}";
     rev = "v${version}";
-    hash = "sha256-CYroQb6x2d4ay3RZUSiSrcGDF0IL3ETZtHAFt18sa5s=";
+    hash = "sha256-91sdlnffL/HX+Y8e6T+ZCa7MAcf4fWE0NJGLgmK47o8=";
   };
 
-  cargoHash = "sha256-+YtnPKbxZENL6/u36RFFZA6F+19qHDAVx6Q8FSB/LCU=";
+  cargoHash = "sha256-U4//GvAEhrfOrivwW/6PbKHdWXGIuilPl7Zo17wnwDY=";
 
   nativeBuildInputs = [ pkg-config protobuf ];
   buildInputs = [ dbus ];