Merge pull request #106729 from freezeboy/update-iannix

iannix: 0.9.20-b -> unstable-2020-12-09
This commit is contained in:
Anderson Torres 2021-01-16 16:25:59 -03:00 committed by GitHub
commit d20d283fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
mkDerivation rec { mkDerivation rec {
pname = "iannix"; pname = "iannix";
version = "0.9.20-b"; version = "unstable-2020-12-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "iannix"; owner = "iannix";
repo = "IanniX"; repo = "IanniX";
rev = "v${version}"; rev = "287b51d9b90b3e16ae206c0c4292599619f7b159";
sha256 = "6jjgMvD2VkR3ztU5LguqhtNd+4/ZqRy5pVW5xQ6K20Q="; sha256 = "AhoP+Ok78Vk8Aee/RP572hJeM8O7v2ZTvFalOZZqRy8=";
}; };
nativeBuildInputs = [ pkgconfig qmake ]; nativeBuildInputs = [ pkgconfig qmake ];

View File

@ -5067,7 +5067,7 @@ in
iasl = callPackage ../development/compilers/iasl { }; iasl = callPackage ../development/compilers/iasl { };
iannix = libsForQt514.callPackage ../applications/audio/iannix { }; iannix = libsForQt5.callPackage ../applications/audio/iannix { };
jamulus = libsForQt5.callPackage ../applications/audio/jamulus { }; jamulus = libsForQt5.callPackage ../applications/audio/jamulus { };