about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 22:48:41 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 22:48:41 -0700
commit5a7934fe5ff2e708d731b3145c14aa840a736787 (patch)
tree9eed37e4e180c6b9e247eca8ec6a5bedf9005907 /pkgs
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar.gz
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar.bz2
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar.lz
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar.xz
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.tar.zst
nixlib-5a7934fe5ff2e708d731b3145c14aa840a736787.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/qjackctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/qjackctl/default.nix b/pkgs/applications/audio/qjackctl/default.nix
index aabd73430100..09249f7fbeaa 100644
--- a/pkgs/applications/audio/qjackctl/default.nix
+++ b/pkgs/applications/audio/qjackctl/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl, pkgconfig, alsaLib, libjack2, dbus, qtbase, qttools, qtx11extras }:
 
 stdenv.mkDerivation rec {
-  version = "0.5.1";
+  version = "0.5.2";
   name = "qjackctl-${version}";
 
   # some dependencies such as killall have to be installed additionally
 
   src = fetchurl {
     url = "mirror://sourceforge/qjackctl/${name}.tar.gz";
-    sha256 = "0jw1s4qh4qjxnysddjv3j2lchwlslj9p4iisv9i89d3m7pf1svs4";
+    sha256 = "0nqr5f82lry3i4if8wdmrqsw84m45ijyj4psll30plxx5732zzaz";
   };
 
   buildInputs = [