about summary refs log tree commit diff
path: root/pkgs/applications/audio/airwindows-lv2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 11:59:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 11:59:33 +0000
commit91f91d00e3edcb06f5d21962822450d197724cf2 (patch)
tree4bde37fe356062ab68cef26d45fb2c30e8546b82 /pkgs/applications/audio/airwindows-lv2
parent9df3e30ce24fd28c7b3e2de0d986769db5d6225d (diff)
airwindows-lv2: 26.2 -> 28.0
Diffstat (limited to 'pkgs/applications/audio/airwindows-lv2')
-rw-r--r--pkgs/applications/audio/airwindows-lv2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/airwindows-lv2/default.nix b/pkgs/applications/audio/airwindows-lv2/default.nix
index a5a8965eee40b..d392db72ca2de 100644
--- a/pkgs/applications/audio/airwindows-lv2/default.nix
+++ b/pkgs/applications/audio/airwindows-lv2/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "airwindows-lv2";
-  version = "26.2";
+  version = "28.0";
   src = fetchFromSourcehut {
     owner = "~hannes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-GpfglGC7zD275lm9OsBmqDC90E/vVUqslm7HjPgm74M=";
+    sha256 = "sha256-1GWkdNCn98ttsF2rPLZE0+GJdatgkLewFQyx9Frr2sM=";
   };
 
   nativeBuildInputs = [ meson ninja pkg-config ];