Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

x42-plugins: 20220923 -> 20221119

+2 -2
+2 -2
pkgs/applications/audio/x42-plugins/default.nix
··· 3 3 , libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }: 4 4 5 5 stdenv.mkDerivation rec { 6 - version = "20220923"; 6 + version = "20221119"; 7 7 pname = "x42-plugins"; 8 8 9 9 src = fetchurl { 10 10 url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz"; 11 - sha256 = "sha256-9Y9up5Ziipm6ums1wESfcADKgMwas2SESgGPn74RTt4="; 11 + sha256 = "sha256-q5RiEzV2QKNWXP8KB6nQjyNCTftiYgeowcbD709PEIk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ];