Nix Packages collection & NixOS
Go to file
R. RyanTM 5a7934fe5f qjackctl: 0.5.1 -> 0.5.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qjackctl/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/33vv5dahzak40dz8dz3jhl8djhynd3ic-qjackctl-0.5.2/bin/qjackctl had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.5.2 with grep in /nix/store/33vv5dahzak40dz8dz3jhl8djhynd3ic-qjackctl-0.5.2
- directory tree listing: https://gist.github.com/4a9fd6b4ad4fd10c1cd98b69e19013f6
- du listing: https://gist.github.com/a247869091656e3b47ee3174d4077803
2018-06-13 22:48:41 -07:00
.github
doc Merge pull request #33217 from toonn/master 2018-06-12 23:42:54 +02:00
lib platforms/raspberrypi: enable kernelAutoModules 2018-06-12 20:44:23 +03:00
maintainers Merge pull request #41474 from andreabedini/aws-sam-translator 2018-06-11 16:53:03 +02:00
nixos Merge pull request #41853 from volth/patch-153 2018-06-13 23:55:46 +02:00
pkgs qjackctl: 0.5.1 -> 0.5.2 2018-06-13 22:48:41 -07:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING
default.nix
README.md

logo

Code Triagers Badge

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-18.03 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-18.03

For pull-requests, please rebase onto nixpkgs master.

NixOS Linux distribution source code is located inside nixos/ folder.

Communication: