summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-08 09:24:32 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-09 19:53:35 -0800
commitd75301ea79456236fdc641dd39ee0f05edd267f0 (patch)
tree9db77f9ee9a425217c656902e6c7b0ea40866aa6
parent1e6472c8182d2e8fa2cc5bb63e6cd9bfdeb276ee (diff)
downloadnixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar.gz
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar.bz2
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar.lz
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar.xz
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.tar.zst
nixpkgs-d75301ea79456236fdc641dd39ee0f05edd267f0.zip
pulseaudio-ctl: 1.69 -> 1.70
-rw-r--r--pkgs/applications/audio/pulseaudio-ctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseaudio-ctl/default.nix b/pkgs/applications/audio/pulseaudio-ctl/default.nix
index 9d1d6df1da5..1b21aa9d416 100644
--- a/pkgs/applications/audio/pulseaudio-ctl/default.nix
+++ b/pkgs/applications/audio/pulseaudio-ctl/default.nix
@@ -7,13 +7,13 @@ let
 
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
-  version = "1.69";
+  version = "1.70";
 
   src = fetchFromGitHub {
     owner = "graysky2";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-5WRhVIQlSwWuyvkzrnNW0rdVet9ZzM47gISJpznM8mU=";
+    sha256 = "sha256-ZB1jrr31PF7+vNB+Xo5CATJmYbuDAPwewpDxCVnAowY=";
   };
 
   postPatch = ''