lsp-plugins: 1.2.23 -> 1.2.24

This commit is contained in:
R. Ryantm
2025-10-26 01:46:21 +00:00
parent e32661f795
commit 9a250cad23
+2 -2
View File
@@ -21,7 +21,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "lsp-plugins";
version = "1.2.23";
version = "1.2.24";
outputs = [
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/lsp-plugins/lsp-plugins/releases/download/${finalAttrs.version}/lsp-plugins-src-${finalAttrs.version}.tar.gz";
hash = "sha256-GxjSnDsEPiXbaJ9khSvgQZeVONxWf4WJilurHpSf14w=";
hash = "sha256-rDKf3PqRa+lLZcHGQNRXBGkcnhkMNdE9Jok4n3/btGM=";
};
# By default, GStreamer plugins are installed right alongside GStreamer itself