From 6d3e5dce5d1d3305fa3c02bca3e94b94445e4bcb Mon Sep 17 00:00:00 2001 From: emaryn Date: Sat, 26 Apr 2025 21:28:14 +0000 Subject: [PATCH] vscode-extensions.sourcery.sourcery: 1.28.0 -> 1.35.0 --- .../vscode/extensions/sourcery.sourcery/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/sourcery.sourcery/default.nix b/pkgs/applications/editors/vscode/extensions/sourcery.sourcery/default.nix index 979472c9232e..cadb4311e265 100644 --- a/pkgs/applications/editors/vscode/extensions/sourcery.sourcery/default.nix +++ b/pkgs/applications/editors/vscode/extensions/sourcery.sourcery/default.nix @@ -10,16 +10,10 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "sourcery"; publisher = "sourcery"; - version = "1.28.0"; - hash = "sha256-wQt2T7RhQ5qU4P7J0vQwzc9mL40pDY5tS0HILhy4twg="; + version = "1.35.0"; + hash = "sha256-3+8kzQ+DZVysv0wYc3uM+8Z6jACgxCKNcZVJ2LOlodo="; }; - postPatch = '' - pushd sourcery_binaries/install - rm -r win ${if stdenv.hostPlatform.isLinux then "mac" else "linux"} - popd - ''; - nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; buildInputs = [