pulumiPackages.pulumi-language-nodejs 3.93.0 -> 3.110.0 https://github.com/pulumi/pulumi/releases attrpath: pulumiPackages.pulumi-language-nodejs Checking auto update branch... No auto update branch exists Old version 3.93.0" not present in master derivation file with contents: { buildGoModule , pulumi , nodejs }: buildGoModule rec { inherit (pulumi) version src sdkVendorHash; pname = "pulumi-language-nodejs"; sourceRoot = "${src.name}/sdk/nodejs/cmd/pulumi-language-nodejs"; vendorHash = "sha256-gEOVtAyn7v8tsRU11NgrD3swMFFBxOTIjMWCqSSvHlI="; postPatch = '' # Gives github.com/pulumi/pulumi/pkg/v3: is replaced in go.mod, but not marked as replaced in vendor/modules.txt etc substituteInPlace language_test.go \ --replace "TestLanguage" \ "SkipTestLanguage" ''; ldflags = [ "-s" "-w" "-X github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=${version}" ]; nativeCheckInputs = [ nodejs ]; }