about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-13 01:12:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-13 01:12:47 +0000
commit1c14a76c0c2969bf279cf00853c067791bc80562 (patch)
treea136400134ba13170383ef64e2ccae49af043b8e /pkgs
parent90c3374749364dc58f7077e4cfb53caa0bd29350 (diff)
downloadnixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar.gz
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar.bz2
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar.lz
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar.xz
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.tar.zst
nixlib-1c14a76c0c2969bf279cf00853c067791bc80562.zip
airwindows-lv2: 26.0 -> 26.2
Diffstat (limited to 'pkgs')
-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 5e87c50a3147..a5a8965eee40 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.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 ];