Updated lockfiles

This commit is contained in:
2024-10-17 09:52:46 -03:00
parent 81fa361616
commit 7ec551d877
3 changed files with 28 additions and 28 deletions

View File

@@ -3,10 +3,10 @@
"devenv": { "devenv": {
"locked": { "locked": {
"dir": "src/modules", "dir": "src/modules",
"lastModified": 1729076865, "lastModified": 1729165215,
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "9803535e5d124b502165e51d9caacf38b9dbe463", "rev": "632d74660e42bcb00d697d2fab9c3d5f967b7d77",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -111,10 +111,10 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1728778939, "lastModified": 1729104314,
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "ff68f91754be6f3427e4986d7949e6273659be1d", "rev": "3c3e88f0f544d6bb54329832616af7eb971b6be6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -134,10 +134,10 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1728977395, "lastModified": 1729117528,
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "418c1365eccf20c9261b6948a6e637f789224af9", "rev": "a439ed8b8a667c0420f53a2b7f116c1cc8fed4e4",
"type": "github" "type": "github"
}, },
"original": { "original": {

24
flake.lock generated
View File

@@ -73,11 +73,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729070567, "lastModified": 1729099656,
"narHash": "sha256-r3KMTeBLioUtRPRFjdWbpZqfMmQHr6Dj9vjGaj4OhP8=", "narHash": "sha256-VftVIg7UXTy1bq+tzi1aVYOWl7PQ35IpjW88yMYjjpc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "c8760cee70cf166ad6bcee0bd9f0bba934a3a651", "rev": "d7d57edb72e54891fa67a6f058a46b2bb405663b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -197,11 +197,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729027341, "lastModified": 1729165983,
"narHash": "sha256-IqWD7bA9iJVifvJlB4vs2KUXVhN+d9lECWdNB4jJ0tE=", "narHash": "sha256-gtcodl79t5ZbbX4TSx4RNyggasEvLdVnc/IM+RyxqJw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2a4fd1cfd8ed5648583dadef86966a8231024221", "rev": "78a7a070bbcc3b37cc36080c2a3514207d427b3b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -310,11 +310,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1729043231, "lastModified": 1729129596,
"narHash": "sha256-Dhn3CI3e8cexWhwDVuKGQu7DjCXKLut5aT928x5WIDw=", "narHash": "sha256-CevKUlZXzBUrOzpJOC6uJauy0/oXlTOMhfCrCUJPHGE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "81a5fdadd8b5b473d8a51a6ec751c94ed180707e", "rev": "66dc136c3c73a2220e604cadc11bb5e382084a67",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -474,11 +474,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1729086537, "lastModified": 1729169454,
"narHash": "sha256-qs+peHzvYuULQsWCjU+DJwiu2UbdZUNeFoPSoArrFdg=", "narHash": "sha256-Uxo7BYg5Sq0JW7X3bhvbreFPTIa3BIXozG1vm6O+xPA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "75ebbb328c2a96ea94b7f3f3e668e7faf62e4a8c", "rev": "36b4c4c804aa5a4d78f02023477bae8f2419ef68",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -79,8 +79,8 @@ merge
"james-yu"."latex-workshop" = vscode-utils.extensionFromVscodeMarketplace { "james-yu"."latex-workshop" = vscode-utils.extensionFromVscodeMarketplace {
name = "latex-workshop"; name = "latex-workshop";
publisher = "james-yu"; publisher = "james-yu";
version = "10.5.3"; version = "10.5.4";
sha256 = "0fhwvx0m4pv44an0wzcfdp02mx83pinysssd7r3n210c99lwizz3"; sha256 = "1dn2yidj6l8k66w7lyw4qv9wj7j4k883k2grb7gdrlyxv9fi7dfi";
}; };
"mgmcdermott"."vscode-language-babel" = vscode-utils.extensionFromVscodeMarketplace { "mgmcdermott"."vscode-language-babel" = vscode-utils.extensionFromVscodeMarketplace {
name = "vscode-language-babel"; name = "vscode-language-babel";
@@ -233,8 +233,8 @@ merge
"rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace { "rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace {
name = "rust-analyzer"; name = "rust-analyzer";
publisher = "rust-lang"; publisher = "rust-lang";
version = "0.4.2148"; version = "0.4.2149";
sha256 = "0dzk69w9y523z2586559jgwbz2w3c1h8fgp7cw8l16sb6qnbc8ip"; sha256 = "0dfz1nm9j7r5nvj0jrpd9hrbdg8nw9cjv68jf4gw1pqx7qcw2i7k";
arch = "linux-x64"; arch = "linux-x64";
}; };
"continue"."continue" = vscode-utils.extensionFromVscodeMarketplace { "continue"."continue" = vscode-utils.extensionFromVscodeMarketplace {
@@ -263,8 +263,8 @@ merge
"rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace { "rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace {
name = "rust-analyzer"; name = "rust-analyzer";
publisher = "rust-lang"; publisher = "rust-lang";
version = "0.4.2148"; version = "0.4.2149";
sha256 = "0dq4z4spph7s032bz0vfig440xrx833xj63p0j0bqk5rh86qy01m"; sha256 = "12zdvgk1vbnwhfhapqnavfsjlwzfm2cb3jwd6nhljpm2q8vcbbck";
arch = "linux-arm64"; arch = "linux-arm64";
}; };
"continue"."continue" = vscode-utils.extensionFromVscodeMarketplace { "continue"."continue" = vscode-utils.extensionFromVscodeMarketplace {
@@ -293,8 +293,8 @@ merge
"rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace { "rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace {
name = "rust-analyzer"; name = "rust-analyzer";
publisher = "rust-lang"; publisher = "rust-lang";
version = "0.4.2148"; version = "0.4.2149";
sha256 = "1z281zps8djzr22d4bsrv58v68g60v2k8kfz4lnwpr2lg505yad9"; sha256 = "0ma5qwi3nmqbjkxykszmkkdsh5r26jbxxvdjdxx19iwhi7rfzsgx";
arch = "darwin-x64"; arch = "darwin-x64";
}; };
"continue"."continue" = vscode-utils.extensionFromVscodeMarketplace { "continue"."continue" = vscode-utils.extensionFromVscodeMarketplace {
@@ -323,8 +323,8 @@ merge
"rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace { "rust-lang"."rust-analyzer" = vscode-utils.extensionFromVscodeMarketplace {
name = "rust-analyzer"; name = "rust-analyzer";
publisher = "rust-lang"; publisher = "rust-lang";
version = "0.4.2148"; version = "0.4.2149";
sha256 = "170anf94vzznwlq3bjfgi1d9rnscfzfhzjpax0zlwfip4qiy3bhc"; sha256 = "1dm6pqbfrkz0vjks4b0lg3hfazyf5rb493k7d57421mp3skrbxng";
arch = "darwin-arm64"; arch = "darwin-arm64";
}; };
"continue"."continue" = vscode-utils.extensionFromVscodeMarketplace { "continue"."continue" = vscode-utils.extensionFromVscodeMarketplace {