Merge pull request #207196 from r-ryantm/auto-update/x42-plugins

x42-plugins: 20220923 -> 20221119
This commit is contained in:
markuskowa 2022-12-25 16:58:35 +01:00 committed by GitHub
commit 8e5068af64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
, libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }:
stdenv.mkDerivation rec {
version = "20220923";
version = "20221119";
pname = "x42-plugins";
src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
sha256 = "sha256-9Y9up5Ziipm6ums1wESfcADKgMwas2SESgGPn74RTt4=";
sha256 = "sha256-q5RiEzV2QKNWXP8KB6nQjyNCTftiYgeowcbD709PEIk=";
};
nativeBuildInputs = [ pkg-config ];