Skip to content

Commit 3922987

Browse files
committed
bump pulumi nix package
1 parent aaaddf3 commit 3922987

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

devenv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1731782081,
6+
"lastModified": 1732460433,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "206ac362af93a3d14593cd4fbae1d94c53b925df",
10-
"treeHash": "2a664af8874dc36a6d2594d357196a6146d13055",
9+
"rev": "6f9f633c50265c836aa685feefe15ea2a8865d28",
10+
"treeHash": "be80f7fc99158b973034216b22759011df1c5c3f",
1111
"type": "github"
1212
},
1313
"original": {
@@ -133,11 +133,11 @@
133133
"nixpkgs-stable": "nixpkgs-stable"
134134
},
135135
"locked": {
136-
"lastModified": 1731363552,
136+
"lastModified": 1732021966,
137137
"owner": "cachix",
138138
"repo": "pre-commit-hooks.nix",
139-
"rev": "cd1af27aa85026ac759d5d3fccf650abe7e1bbf0",
140-
"treeHash": "d246c8c2f312332367d56063d2b049419880acc7",
139+
"rev": "3308484d1a443fc5bc92012435d79e80458fe43c",
140+
"treeHash": "434cf02841a1faf9e53437604ffa4b9a92669bff",
141141
"type": "github"
142142
},
143143
"original": {

pulumi.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
pkgs.stdenv.mkDerivation {
44
pname = "pulumi";
5-
version = "3.128.0";
5+
version = "3.141.0";
66
src = pkgs.fetchurl {
7-
url = "https://get.pulumi.com/releases/sdk/pulumi-v3.128.0-linux-x64.tar.gz";
8-
sha256 = "sha256-0CtD2FKGWsG2ui0ggyxCgk1qcfBbZlg5RYqcbBrDypU=";
7+
url = "https://get.pulumi.com/releases/sdk/pulumi-v3.141.0-linux-x64.tar.gz";
8+
sha256 = "sha256-gbUeSuxw58jyKHou2It4AfTK3gdMrMnzzDyoUsrkdwA=";
99
};
1010
installPhase = ''
1111
mkdir -p $out/bin

0 commit comments

Comments
 (0)