Loading pkgs/applications/audio/espeak-ng/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ , pcaudiolib , sonicSupport ? true , sonic , alsa-plugins , makeWrapper }: stdenv.mkDerivation rec { Loading @@ -35,7 +37,7 @@ stdenv.mkDerivation rec { }) ]; nativeBuildInputs = [ autoconf automake which libtool pkg-config ronn ]; nativeBuildInputs = [ autoconf automake which libtool pkg-config ronn makeWrapper ]; buildInputs = lib.optional mbrolaSupport mbrola ++ lib.optional pcaudiolibSupport pcaudiolib Loading @@ -49,6 +51,8 @@ stdenv.mkDerivation rec { postInstall = lib.optionalString stdenv.isLinux '' patchelf --set-rpath "$(patchelf --print-rpath $out/bin/espeak-ng)" $out/bin/speak-ng wrapProgram $out/bin/espeak-ng \ --set ALSA_PLUGIN_DIR ${alsa-plugins}/lib/alsa-lib ''; passthru = { Loading pkgs/applications/editors/vscode/extensions/default.nix +33 −0 Original line number Diff line number Diff line Loading @@ -1256,6 +1256,22 @@ let }; }; github.vscode-github-actions = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-github-actions"; publisher = "github"; version = "0.25.3"; sha256 = "sha256-0Ag+xXVt+WBfN+7VmWILYU4RsVs+CBDBpMfUTczDCkI="; }; meta = { description = "A Visual Studio Code extension for GitHub Actions workflows and runs for github.com hosted repositories"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions"; homepage = "https://github.com/github/vscode-github-actions"; license = lib.licenses.mit; maintainers = [ lib.maintainers.drupol ]; }; }; github.vscode-pull-request-github = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-pull-request-github"; Loading Loading @@ -2122,6 +2138,23 @@ let }; }; nvarner.typst-lsp = buildVscodeMarketplaceExtension { mktplcRef = { name = "typst-lsp"; publisher = "nvarner"; version = "0.3.0"; sha256 = "sha256-ek5zXK4ecXwSPMJ4Ihy2l3PMxCdHwJN7dbwZfQVjNG8="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/nvarner.typst-lsp/changelog"; description = "A VSCode extension for providing a language server for Typst"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp"; homepage = "https://github.com/nvarner/typst-lsp"; license = lib.licenses.mit; maintainers = [ lib.maintainers.drupol ]; }; }; ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension { meta = { changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog"; Loading pkgs/applications/misc/river-luatile/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "river-luatile"; version = "0.1.1"; version = "0.1.2"; src = fetchFromGitHub { owner = "MaxVerevkin"; repo = "river-luatile"; rev = "v${version}"; hash = "sha256-eZgoFbat7X/jh5udlNyIuTheBUCHpaVRbsojYLATO18="; hash = "sha256-flh1zUBranb7w1fQuinHbVRGlVxfl2aKxSwShHFG6tI="; }; cargoHash = "sha256-Vqyt5bL1lVhy/Wxd+zF7Wugvb7dW1N9Kq2TTFSaodnE="; cargoHash = "sha256-9YQxa6folwCJNoEa75InRbK1X7cD4F5QGzeGlfsr/5s="; nativeBuildInputs = [ pkg-config Loading pkgs/applications/misc/xmrig/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let in stdenv.mkDerivation rec { pname = "xmrig"; version = "6.19.0"; version = "6.19.1"; src = fetchFromGitHub { owner = "xmrig"; repo = "xmrig"; rev = "v${version}"; hash = "sha256-pMI5SqAa9jauwWvc3JpyWQa+pQvntbTrta1p0qjBaoM="; hash = "sha256-m8ot/IbpxdzHOyJymzZ7MWt4p78GTUuTjYZ9P1oGpWI="; }; patches = [ Loading pkgs/applications/networking/cluster/eks-node-viewer/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "eks-node-viewer"; version = "0.2.0"; version = "0.2.1"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; sha256 = "sha256-utn0OJX3NLCyAV4F01GIkvh/KFPv7vfLQMwso7x7yCw"; sha256 = "sha256-XRt9a//0mYKZKsMs2dlcsBt5ikC9ZBMeQ3Vas0eT8a8="; }; vendorSha256 = "sha256-28TKZYZM2kddXAusxmjhrKFy+ATU7kZM4Ad7zvP/F3A"; vendorHash = "sha256-28TKZYZM2kddXAusxmjhrKFy+ATU7kZM4Ad7zvP/F3A="; meta = with lib; { description = "Tool to visualize dynamic node usage within a cluster"; Loading Loading
pkgs/applications/audio/espeak-ng/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ , pcaudiolib , sonicSupport ? true , sonic , alsa-plugins , makeWrapper }: stdenv.mkDerivation rec { Loading @@ -35,7 +37,7 @@ stdenv.mkDerivation rec { }) ]; nativeBuildInputs = [ autoconf automake which libtool pkg-config ronn ]; nativeBuildInputs = [ autoconf automake which libtool pkg-config ronn makeWrapper ]; buildInputs = lib.optional mbrolaSupport mbrola ++ lib.optional pcaudiolibSupport pcaudiolib Loading @@ -49,6 +51,8 @@ stdenv.mkDerivation rec { postInstall = lib.optionalString stdenv.isLinux '' patchelf --set-rpath "$(patchelf --print-rpath $out/bin/espeak-ng)" $out/bin/speak-ng wrapProgram $out/bin/espeak-ng \ --set ALSA_PLUGIN_DIR ${alsa-plugins}/lib/alsa-lib ''; passthru = { Loading
pkgs/applications/editors/vscode/extensions/default.nix +33 −0 Original line number Diff line number Diff line Loading @@ -1256,6 +1256,22 @@ let }; }; github.vscode-github-actions = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-github-actions"; publisher = "github"; version = "0.25.3"; sha256 = "sha256-0Ag+xXVt+WBfN+7VmWILYU4RsVs+CBDBpMfUTczDCkI="; }; meta = { description = "A Visual Studio Code extension for GitHub Actions workflows and runs for github.com hosted repositories"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions"; homepage = "https://github.com/github/vscode-github-actions"; license = lib.licenses.mit; maintainers = [ lib.maintainers.drupol ]; }; }; github.vscode-pull-request-github = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-pull-request-github"; Loading Loading @@ -2122,6 +2138,23 @@ let }; }; nvarner.typst-lsp = buildVscodeMarketplaceExtension { mktplcRef = { name = "typst-lsp"; publisher = "nvarner"; version = "0.3.0"; sha256 = "sha256-ek5zXK4ecXwSPMJ4Ihy2l3PMxCdHwJN7dbwZfQVjNG8="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/nvarner.typst-lsp/changelog"; description = "A VSCode extension for providing a language server for Typst"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp"; homepage = "https://github.com/nvarner/typst-lsp"; license = lib.licenses.mit; maintainers = [ lib.maintainers.drupol ]; }; }; ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension { meta = { changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog"; Loading
pkgs/applications/misc/river-luatile/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "river-luatile"; version = "0.1.1"; version = "0.1.2"; src = fetchFromGitHub { owner = "MaxVerevkin"; repo = "river-luatile"; rev = "v${version}"; hash = "sha256-eZgoFbat7X/jh5udlNyIuTheBUCHpaVRbsojYLATO18="; hash = "sha256-flh1zUBranb7w1fQuinHbVRGlVxfl2aKxSwShHFG6tI="; }; cargoHash = "sha256-Vqyt5bL1lVhy/Wxd+zF7Wugvb7dW1N9Kq2TTFSaodnE="; cargoHash = "sha256-9YQxa6folwCJNoEa75InRbK1X7cD4F5QGzeGlfsr/5s="; nativeBuildInputs = [ pkg-config Loading
pkgs/applications/misc/xmrig/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let in stdenv.mkDerivation rec { pname = "xmrig"; version = "6.19.0"; version = "6.19.1"; src = fetchFromGitHub { owner = "xmrig"; repo = "xmrig"; rev = "v${version}"; hash = "sha256-pMI5SqAa9jauwWvc3JpyWQa+pQvntbTrta1p0qjBaoM="; hash = "sha256-m8ot/IbpxdzHOyJymzZ7MWt4p78GTUuTjYZ9P1oGpWI="; }; patches = [ Loading
pkgs/applications/networking/cluster/eks-node-viewer/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "eks-node-viewer"; version = "0.2.0"; version = "0.2.1"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; sha256 = "sha256-utn0OJX3NLCyAV4F01GIkvh/KFPv7vfLQMwso7x7yCw"; sha256 = "sha256-XRt9a//0mYKZKsMs2dlcsBt5ikC9ZBMeQ3Vas0eT8a8="; }; vendorSha256 = "sha256-28TKZYZM2kddXAusxmjhrKFy+ATU7kZM4Ad7zvP/F3A"; vendorHash = "sha256-28TKZYZM2kddXAusxmjhrKFy+ATU7kZM4Ad7zvP/F3A="; meta = with lib; { description = "Tool to visualize dynamic node usage within a cluster"; Loading