mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
qjackctl: 0.9.13 -> 0.9.91
This commit is contained in:
parent
3645b258dd
commit
4ff2f4a1f2
@ -5,7 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "0.9.13";
|
version = "0.9.91";
|
||||||
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-tCABvZzAmDKgOfTylOf2uZsKeib8PgvdQd1niaI8RxM=";
|
sha256 = "sha256-YfdRyylU/ktFvsh18FjpnG9MkV1HxHJBhRnHWQ7I+hY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user