about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-07 06:32:10 -0500
committerGitHub <noreply@github.com>2024-03-07 06:32:10 -0500
commit674afcde022d2a5623a223a5766b416479981fc6 (patch)
tree1855b0699f2b9ba2751295d6fb30bb610e137f0e /pkgs/applications/audio
parent9e2eb977b36a3343294eb060fffa539879155f70 (diff)
parent91f91d00e3edcb06f5d21962822450d197724cf2 (diff)
downloadnixlib-674afcde022d2a5623a223a5766b416479981fc6.tar
nixlib-674afcde022d2a5623a223a5766b416479981fc6.tar.gz
nixlib-674afcde022d2a5623a223a5766b416479981fc6.tar.bz2
nixlib-674afcde022d2a5623a223a5766b416479981fc6.tar.lz
nixlib-674afcde022d2a5623a223a5766b416479981fc6.tar.xz
nixlib-674afcde022d2a5623a223a5766b416479981fc6.tar.zst
nixlib-674afcde022d2a5623a223a5766b416479981fc6.zip
Merge pull request #293751 from r-ryantm/auto-update/airwindows-lv2
airwindows-lv2: 26.2 -> 28.0
Diffstat (limited to 'pkgs/applications/audio')
-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 a5a8965eee40..d392db72ca2d 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 ];