Merge pull request #69742 from r-ryantm/auto-update/pulseaudio-ctl

pulseaudio-ctl: 1.66 -> 1.67
This commit is contained in:
Mario Rodas 2019-09-27 23:28:05 -05:00 committed by GitHub
commit 51b106263a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
version = "1.66"; version = "1.67";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "graysky2"; owner = "graysky2";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "19a24w7y19551ar41q848w7r1imqkl9cpff4dpb7yry7qp1yjg0y"; sha256 = "1mf5r7x6aiqmx9mz7gpckrqvvzxnr5gs2q1k4m42rjk6ldkpdb46";
}; };
postPatch = '' postPatch = ''