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

x42-plugins: 20200714 -> 20210114
This commit is contained in:
Ryan Mulligan 2021-04-13 09:42:18 -07:00 committed by GitHub
commit 4e26958eca
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 = "20200714";
version = "20210114";
pname = "x42-plugins";
src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
sha256 = "1av05ykph8x67018hm9zfgh1vk0zi39mvrsxkj6bm4hkarxf0vvl";
sha256 = "sha256-xUiA/k5ZbI/SkY8a20FsyRwqPxxMteiFdEhFF/8e2OA=";
};
nativeBuildInputs = [ pkg-config ];