lol

Merge pull request #167529 from r-ryantm/auto-update/qjackctl

qjackctl: 0.9.6 -> 0.9.7

authored by

Jonas Heinrich and committed by
GitHub
42c261fd 5764b808

+2 -2
+2 -2
pkgs/applications/audio/qjackctl/default.nix
··· 5 5 }: 6 6 7 7 mkDerivation rec { 8 - version = "0.9.6"; 8 + version = "0.9.7"; 9 9 pname = "qjackctl"; 10 10 11 11 # some dependencies such as killall have to be installed additionally ··· 14 14 owner = "rncbc"; 15 15 repo = "qjackctl"; 16 16 rev = "${pname}_${lib.replaceChars ["."] ["_"] version}"; 17 - sha256 = "sha256-8oVnUe+/y4p1WeHMEhKMIl0/ax3PT0pN4f1UJaBmZBw="; 17 + sha256 = "sha256-PchW9cM5qEP51G9RXUZ3j/AvKqTkgNiw3esqSQqsy0M="; 18 18 }; 19 19 20 20 buildInputs = [