Skip to content

Commit

Permalink
powershell-editor-services: 4.1.0 -> 4.2.0 (#374428)
Browse files Browse the repository at this point in the history
Co-authored-by: sharpchen <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and sharpchen authored Jan 19, 2025
2 parents d8d3d5f + a0224d5 commit 735a044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/po/powershell-editor-services/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "powershell-editor-services";
version = "4.1.0";
version = "4.2.0";

src = fetchzip {
url = "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v${version}/PowerShellEditorServices.zip";
hash = "sha256-B6RF4RoJB+C5i6puZhfy6FZzyZ9eMo81dd0XsaIEK6Q=";
hash = "sha256-HSLpgnCx871BuKcerX8NZIN+NbpEz+KQtm1HfUXr7kY=";
stripRoot = false;
};

Expand Down

0 comments on commit 735a044

Please sign in to comment.