3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #143591 from r-ryantm/auto-update/qjackctl

qjackctl: 0.9.4 -> 0.9.5
This commit is contained in:
Bobby Rong 2021-11-01 23:04:24 +08:00 committed by GitHub
commit 415617a9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
}:
mkDerivation rec {
version = "0.9.4";
version = "0.9.5";
pname = "qjackctl";
# some dependencies such as killall have to be installed additionally
@ -14,7 +14,7 @@ mkDerivation rec {
owner = "rncbc";
repo = "qjackctl";
rev = "${pname}_${lib.replaceChars ["."] ["_"] version}";
sha256 = "sha256-eZKrPQ07Z3pF5dArZ4QSclrRCaPHpPb8S5HANLUS9MM=";
sha256 = "sha256-20oy3R0gbVXO3Da80cTYXu+BG8OfVNRLtAwHk8nRFJk=";
};
buildInputs = [