We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d598e22 commit b4118baCopy full SHA for b4118ba
packages/nx-chocolatey/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
1
$ErrorActionPreference = 'Stop'
2
3
$packageName = 'nx'
4
-$version = '22.3.1'
+$version = '22.4.5'
5
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
6
$tgzUrl = "https://registry.npmjs.org/$packageName/-/$packageName-$version.tgz"
7
$tgzFile = Join-Path $toolsDir "$packageName-$version.tgz"
8
-$checksum = '94279a651663fc7540bc29b93625636e886868bbb197eb0ff4067946553a1522'
+$checksum = 'bde6a6e2031ae7fc8ab802cd3ac2d378791ddee9e50b62c4ba88783832460634'
9
$checksumType = 'sha256'
10
11
# 1. Download the tarball
@@ -48,3 +48,4 @@ Write-Host "Nx $version installed successfully."
48
49
50
51
+
0 commit comments