about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-27 09:16:52 +0800
committerGitHub <noreply@github.com>2023-08-27 09:16:52 +0800
commitb705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1 (patch)
treedc14592f21f4254e0c6a657da8776be44c9a9d04 /pkgs/applications/audio
parentc728381eaa0928750642fd61e11bd63b144e57c4 (diff)
parentad88501d2d2fce65ce6bb8e8d53cb415d9c3b285 (diff)
downloadnixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar.gz
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar.bz2
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar.lz
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar.xz
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.tar.zst
nixlib-b705fcf9f13e14f1ff7c3b39e4a784bbac3c22c1.zip
Merge pull request #250924 from PowerUser64/lsp-plugins
lsp-plugins: 1.2.8 -> 1.2.10
Diffstat (limited to 'pkgs/applications/audio')
-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 564324c6a4a0..e459e10b6db9 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.8";
+  version = "1.2.10";
 
   src = fetchurl {
     url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
-    sha256 = "sha256-udVYyR6rDOCAKggpvY58jjpoLmB6wXiivvdzYylkE9c=";
+    sha256 = "sha256-2Yf+4TYGWF/AMI1kNvVOx9g6CSIoeZKY63qC/zJNilc=";
   };
 
   outputs = [ "out" "dev" "doc" ];