Skip to content

Commit

Permalink
Merge pull request #707 from linyinfeng/create-pull-request/update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
mergify[bot] authored May 17, 2024
2 parents 168159d + 0864838 commit d973e75
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,26 @@
},
"version": "lts-v6.6.30-linux-240508T063812Z"
},
"linux-intel-mainline-tracking": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "linux-intel-mainline-tracking",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "intel",
"repo": "mainline-tracking",
"rev": "mainline-tracking-v6.8-linux-240509T064507Z",
"sha256": "sha256-j16fF+LUm3dIyypCiZKIs3XYRUcfzZRxuxzT/yLXAfc=",
"type": "github"
},
"version": "mainline-tracking-v6.8-linux-240509T064507Z"
},
"lpac": {
"cargoLocks": null,
"date": null,
Expand Down
11 changes: 11 additions & 0 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@
sha256 = "sha256-pcEivADw/L+mpYkQkCQj2v+pU2v2gsx2jEo6f3PJ4r8=";
};
};
linux-intel-mainline-tracking = {
pname = "linux-intel-mainline-tracking";
version = "mainline-tracking-v6.8-linux-240509T064507Z";
src = fetchFromGitHub {
owner = "intel";
repo = "mainline-tracking";
rev = "mainline-tracking-v6.8-linux-240509T064507Z";
fetchSubmodules = false;
sha256 = "sha256-j16fF+LUm3dIyypCiZKIs3XYRUcfzZRxuxzT/yLXAfc=";
};
};
lpac = {
pname = "lpac";
version = "v2.0.1";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/easylpac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ let
in
buildGoModule rec {
pname = "easylpac";
version = "0.7.5-build2";
version = "0.7.6";
src = fetchFromGitHub {
owner = "creamlike1024";
repo = "EasyLPAC";
rev = version;
sha256 = "sha256-Ov1l/YCpQEmGcq/7Md6PDmP7nOP6VKy1wViTlaBLZOQ=";
sha256 = "sha256-WExVcox+6/rd58VeOCpWxmhBS+m6/dHs/EdqlAHvx1M=";
};
proxyVendor = true;
vendorHash = "sha256-kNEDgrJa76udygucDjWM7JI94kEKSEy4/Bz8K+tFcw0=";
Expand Down

0 comments on commit d973e75

Please sign in to comment.