qjackctl: 0.9.7 -> 0.9.8
This commit is contained in:
parent
c2e1d345cb
commit
dfccd69bfb
@ -5,7 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "0.9.7";
|
version = "0.9.8";
|
||||||
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.replaceStrings ["."] ["_"] version}";
|
rev = "${pname}_${lib.replaceStrings ["."] ["_"] version}";
|
||||||
sha256 = "sha256-PchW9cM5qEP51G9RXUZ3j/AvKqTkgNiw3esqSQqsy0M=";
|
sha256 = "sha256-GEnxxYul4qir/92hGq4L+29dnpy1MxHonM1llkzSLPw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user