about summary refs log tree commit diff
path: root/pkgs/applications/audio/lsp-plugins
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 03:13:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 03:13:57 +0000
commitfd9df9ff881edc33220bc67220357b52ec7754e2 (patch)
tree3630095d410394b4f56b3fb6e01fff1f31d36e78 /pkgs/applications/audio/lsp-plugins
parent5706443baf9ce6a4cdb09f0c8463429c0549a9df (diff)
lsp-plugins: 1.2.14 -> 1.2.15
Diffstat (limited to 'pkgs/applications/audio/lsp-plugins')
-rw-r--r--pkgs/applications/audio/lsp-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lsp-plugins/default.nix b/pkgs/applications/audio/lsp-plugins/default.nix
index c3df2ecd30d4e..aec55c9437adc 100644
--- a/pkgs/applications/audio/lsp-plugins/default.nix
+++ b/pkgs/applications/audio/lsp-plugins/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "lsp-plugins";
-  version = "1.2.14";
+  version = "1.2.15";
 
   src = fetchurl {
     url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
-    sha256 = "sha256-GjNZ7ouKgpcb1+nuq+Q/WM5rSkeT2F+xb5exAOTt7po=";
+    sha256 = "sha256-krku+jFGOvLwixNGd+0jBzE/17k/OU0zAePLhnxd864=";
   };
 
   outputs = [ "out" "dev" "doc" ];