Skip to content

Commit b4118ba

Browse files
committed
update to 22.4.5
1 parent d598e22 commit b4118ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/nx-chocolatey/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
$ErrorActionPreference = 'Stop'
22

33
$packageName = 'nx'
4-
$version = '22.3.1'
4+
$version = '22.4.5'
55
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
66
$tgzUrl = "https://registry.npmjs.org/$packageName/-/$packageName-$version.tgz"
77
$tgzFile = Join-Path $toolsDir "$packageName-$version.tgz"
8-
$checksum = '94279a651663fc7540bc29b93625636e886868bbb197eb0ff4067946553a1522'
8+
$checksum = 'bde6a6e2031ae7fc8ab802cd3ac2d378791ddee9e50b62c4ba88783832460634'
99
$checksumType = 'sha256'
1010

1111
# 1. Download the tarball
@@ -48,3 +48,4 @@ Write-Host "Nx $version installed successfully."
4848

4949

5050

51+

0 commit comments

Comments
 (0)