Skip to content

Commit

Permalink
Merge pull request #388 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 Sep 15, 2023
2 parents ecaf9ca + d6b8864 commit 2211d26
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

14 changes: 7 additions & 7 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-f84us0n1ni+lO4DQEVvbMb0ViNo3ZhuE735pVER7CSE=",
"sha256": "sha256-NTLdPchcrnON/z47EMwdzyykK0ENU7xahudtyE1ZhLk=",
"type": "url",
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.34/Clash.for.Windows-0.20.34-x64-linux.tar.gz"
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.35/Clash.for.Windows-0.20.35-x64-linux.tar.gz"
},
"version": "0.20.34"
"version": "0.20.35"
},
"clash-premium-aarch64-linux": {
"cargoLocks": null,
Expand Down Expand Up @@ -472,7 +472,7 @@
},
"rime-ice": {
"cargoLocks": null,
"date": "2023-09-08",
"date": "2023-09-15",
"extract": null,
"name": "rime-ice",
"passthru": null,
Expand All @@ -482,12 +482,12 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "9b05c4bf93a20ec37dce45a621c7ba545fa8a6e3",
"sha256": "sha256-C/1HXCxHXAK0f4r8BFsWhiDQu9DtarpIjZ3VbJL5j0k=",
"rev": "72881fdc1893f5f0ff68a7edc84d92fed8d2f37f",
"sha256": "sha256-Q+qdQ+3RMFb+QmA/CKGFbvBvdOIh+3UN3C/l1kzl13w=",
"type": "git",
"url": "https://github.com/iDvel/rime-ice.git"
},
"version": "9b05c4bf93a20ec37dce45a621c7ba545fa8a6e3"
"version": "72881fdc1893f5f0ff68a7edc84d92fed8d2f37f"
},
"rime-loengfan": {
"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 @@ -27,10 +27,10 @@
};
clash-for-windows = {
pname = "clash-for-windows";
version = "0.20.34";
version = "0.20.35";
src = fetchurl {
url = "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.34/Clash.for.Windows-0.20.34-x64-linux.tar.gz";
sha256 = "sha256-f84us0n1ni+lO4DQEVvbMb0ViNo3ZhuE735pVER7CSE=";
url = "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.35/Clash.for.Windows-0.20.35-x64-linux.tar.gz";
sha256 = "sha256-NTLdPchcrnON/z47EMwdzyykK0ENU7xahudtyE1ZhLk=";
};
};
clash-premium-aarch64-linux = {
Expand Down Expand Up @@ -300,16 +300,16 @@
};
rime-ice = {
pname = "rime-ice";
version = "9b05c4bf93a20ec37dce45a621c7ba545fa8a6e3";
version = "72881fdc1893f5f0ff68a7edc84d92fed8d2f37f";
src = fetchgit {
url = "https://github.com/iDvel/rime-ice.git";
rev = "9b05c4bf93a20ec37dce45a621c7ba545fa8a6e3";
rev = "72881fdc1893f5f0ff68a7edc84d92fed8d2f37f";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-C/1HXCxHXAK0f4r8BFsWhiDQu9DtarpIjZ3VbJL5j0k=";
sha256 = "sha256-Q+qdQ+3RMFb+QmA/CKGFbvBvdOIh+3UN3C/l1kzl13w=";
};
date = "2023-09-08";
date = "2023-09-15";
};
rime-loengfan = {
pname = "rime-loengfan";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/cf-terraforming/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "cf-terraforming";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cf-terraforming";
rev = "v${version}";
sha256 = "sha256-s2xsFJ+8ivkdG2F52iRdTbJDEw8ALmFDR7Ct6d84p+s=";
sha256 = "sha256-9aGN3TP4bMz4V0MRrNFxMm16k9RfvU5iDVwe+Ws4Ask=";
};

vendorSha256 = "sha256-pe5ieCstUe3ZHlJs83lzwNS2qAIhIGJG9E5P4Ri3E/s=";
vendorSha256 = "sha256-fswT6t2LP6gRmCHrSHVJGdNc6gic3rMSrE+STe5oiyQ=";

ldflags = [
"-s"
Expand Down

0 comments on commit 2211d26

Please sign in to comment.