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

airwindows-lv2: 26.0 -> 26.2
This commit is contained in:
Mario Rodas 2023-12-26 16:02:07 -05:00 committed by GitHub
commit c407032be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "airwindows-lv2";
version = "26.0";
version = "26.2";
src = fetchFromSourcehut {
owner = "~hannes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CmNe70ii3WfQ6GGHVqTEyQ2HVubzoeoeN3JsCZSbsPM=";
sha256 = "sha256-GpfglGC7zD275lm9OsBmqDC90E/vVUqslm7HjPgm74M=";
};
nativeBuildInputs = [ meson ninja pkg-config ];