powershell-editor-services: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm
2026-06-26 03:09:05 +00:00
parent 19e056881c
commit 33ea459ef5
@@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "powershell-editor-services";
version = "4.6.0";
version = "4.7.0";
src = fetchzip {
url = "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v${version}/PowerShellEditorServices.zip";
hash = "sha256-3h5LQj63fAZ0RZJykiKOKLgJWPJXCTVL+4k7FKrmnK0=";
hash = "sha256-dODDDR42VONL3nf5Pg08yfPWHMswCCsgiUMNGSlUz9o=";
stripRoot = false;
};