Skip to content

Commit

Permalink
Update dependencies - Automated Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenQy committed Oct 21, 2024
1 parent ac415e7 commit f1d6a2a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-zuTzzBZIKvXCQfWJtZDA++LZBjp0jX2Y0p+3rjQW7+k=",
"sha256": "sha256-Ldr9P5/Bo4mYtSrrbDp4WkmH/cHJIRkT/6d6NbNanJU=",
"type": "url",
"url": "https://www.bing.com/th?id=OHR.DenderaTemple_EN-US2605709637_UHD.jpg"
"url": "https://www.bing.com/th?id=OHR.AutumnCypress_EN-US2771131028_UHD.jpg"
},
"version": "DenderaTemple_EN-US2605709637"
"version": "AutumnCypress_EN-US2771131028"
},
"dbaeumer_vscode-eslint": {
"cargoLocks": null,
Expand Down Expand Up @@ -247,12 +247,12 @@
"passthru": null,
"pinned": false,
"src": {
"name": "rust-analyzer-0.4.2151.zip",
"sha256": "sha256-engUeHTgZ8qPVVHjoheNSlO9O97+5UA0J8DnYqqndV4=",
"name": "rust-analyzer-0.4.2153.zip",
"sha256": "sha256-Nssauqi+w9HYUGX2X4LJwKpKcSGnzt8kD1Bg0TB92yI=",
"type": "url",
"url": "https://rust-lang.gallery.vsassets.io/_apis/public/gallery/publisher/rust-lang/extension/rust-analyzer/0.4.2151/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage"
"url": "https://rust-lang.gallery.vsassets.io/_apis/public/gallery/publisher/rust-lang/extension/rust-analyzer/0.4.2153/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage"
},
"version": "0.4.2151"
"version": "0.4.2153"
},
"staticcheck": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
};
bingimg = {
pname = "bingimg";
version = "DenderaTemple_EN-US2605709637";
version = "AutumnCypress_EN-US2771131028";
src = fetchurl {
url = "https://www.bing.com/th?id=OHR.DenderaTemple_EN-US2605709637_UHD.jpg";
sha256 = "sha256-zuTzzBZIKvXCQfWJtZDA++LZBjp0jX2Y0p+3rjQW7+k=";
url = "https://www.bing.com/th?id=OHR.AutumnCypress_EN-US2771131028_UHD.jpg";
sha256 = "sha256-Ldr9P5/Bo4mYtSrrbDp4WkmH/cHJIRkT/6d6NbNanJU=";
};
};
dbaeumer_vscode-eslint = {
Expand Down Expand Up @@ -135,11 +135,11 @@
};
rust-lang_rust-analyzer = {
pname = "rust-lang_rust-analyzer";
version = "0.4.2151";
version = "0.4.2153";
src = fetchurl {
url = "https://rust-lang.gallery.vsassets.io/_apis/public/gallery/publisher/rust-lang/extension/rust-analyzer/0.4.2151/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage";
name = "rust-analyzer-0.4.2151.zip";
sha256 = "sha256-engUeHTgZ8qPVVHjoheNSlO9O97+5UA0J8DnYqqndV4=";
url = "https://rust-lang.gallery.vsassets.io/_apis/public/gallery/publisher/rust-lang/extension/rust-analyzer/0.4.2153/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage";
name = "rust-analyzer-0.4.2153.zip";
sha256 = "sha256-Nssauqi+w9HYUGX2X4LJwKpKcSGnzt8kD1Bg0TB92yI=";
};
};
staticcheck = {
Expand Down

0 comments on commit f1d6a2a

Please sign in to comment.