qjackctl: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm 2022-01-20 23:29:34 +00:00
parent 8262062c57
commit e456fb1c2c

View file

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