File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
"devenv": {
4
4
"locked": {
5
5
"dir": "src/modules",
6
- "lastModified": 1731782081 ,
6
+ "lastModified": 1732460433 ,
7
7
"owner": "cachix",
8
8
"repo": "devenv",
9
- "rev": "206ac362af93a3d14593cd4fbae1d94c53b925df ",
10
- "treeHash": "2a664af8874dc36a6d2594d357196a6146d13055 ",
9
+ "rev": "6f9f633c50265c836aa685feefe15ea2a8865d28 ",
10
+ "treeHash": "be80f7fc99158b973034216b22759011df1c5c3f ",
11
11
"type": "github"
12
12
},
13
13
"original": {
133
133
"nixpkgs-stable": "nixpkgs-stable"
134
134
},
135
135
"locked": {
136
- "lastModified": 1731363552 ,
136
+ "lastModified": 1732021966 ,
137
137
"owner": "cachix",
138
138
"repo": "pre-commit-hooks.nix",
139
- "rev": "cd1af27aa85026ac759d5d3fccf650abe7e1bbf0 ",
140
- "treeHash": "d246c8c2f312332367d56063d2b049419880acc7 ",
139
+ "rev": "3308484d1a443fc5bc92012435d79e80458fe43c ",
140
+ "treeHash": "434cf02841a1faf9e53437604ffa4b9a92669bff ",
141
141
"type": "github"
142
142
},
143
143
"original": {
Original file line number Diff line number Diff line change 2
2
3
3
pkgs . stdenv . mkDerivation {
4
4
pname = "pulumi" ;
5
- version = "3.128 .0" ;
5
+ version = "3.141 .0" ;
6
6
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 =" ;
9
9
} ;
10
10
installPhase = ''
11
11
mkdir -p $out/bin
You can’t perform that action at this time.
0 commit comments