Merge pull request #205699 from r-ryantm/auto-update/airwindows-lv2

airwindows-lv2: 12.0 -> 14.0
This commit is contained in:
figsoda
2022-12-11 20:50:22 -05:00
committed by GitHub
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "airwindows-lv2";
version = "12.0";
version = "14.0";
src = fetchFromGitHub {
owner = "hannesbraun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e5iMhkcIhQikPcDrMILqBkmBjh8Ngnr2odqyefnrekI=";
sha256 = "sha256-urlj9XwMqKt5JvvsA1f7YpuLhQXMGxp0V1pGv+LTroE=";
};
nativeBuildInputs = [ meson ninja pkg-config ];