Skip to content

Commit

Permalink
Merge pull request #724 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 28, 2024
2 parents 105bea8 + d17b58c commit c335a34
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
},
"waybar-git": {
"cargoLocks": null,
"date": "2024-05-24",
"date": "2024-05-27",
"extract": null,
"name": "waybar-git",
"passthru": null,
Expand All @@ -760,12 +760,12 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "63bb338343cad3337726739704b75d1b0b13a8a5",
"sha256": "sha256-eONd42t7DJocW/ajBQCo8aY1tUSmLiB7HjR30JOTFYU=",
"rev": "ac2fa9870f82554898ff4c6b46adc48d4048169b",
"sha256": "sha256-LfiRIIy+YFirIN5DRt+lgId0RqWgEay9rjKzekWnFno=",
"type": "git",
"url": "https://github.com/Alexays/Waybar.git"
},
"version": "63bb338343cad3337726739704b75d1b0b13a8a5"
"version": "ac2fa9870f82554898ff4c6b46adc48d4048169b"
},
"yacd": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -499,16 +499,16 @@
};
waybar-git = {
pname = "waybar-git";
version = "63bb338343cad3337726739704b75d1b0b13a8a5";
version = "ac2fa9870f82554898ff4c6b46adc48d4048169b";
src = fetchgit {
url = "https://github.com/Alexays/Waybar.git";
rev = "63bb338343cad3337726739704b75d1b0b13a8a5";
rev = "ac2fa9870f82554898ff4c6b46adc48d4048169b";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-eONd42t7DJocW/ajBQCo8aY1tUSmLiB7HjR30JOTFYU=";
sha256 = "sha256-LfiRIIy+YFirIN5DRt+lgId0RqWgEay9rjKzekWnFno=";
};
date = "2024-05-24";
date = "2024-05-27";
};
yacd = {
pname = "yacd";
Expand Down
1 change: 1 addition & 0 deletions pkgs/easylpac/eum-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"products": [
{ "pattern": "89086030202200000022217630*", "name": "eSIM.me" },
{ "pattern": "89086030202200000022281675*", "name": "eSIM.me" },
{ "pattern": "89086030202200000023000178*", "name": "CCSMEC" },
{ "pattern": "89086030202200000023100930*", "name": "5ber.eSIM" },
{ "pattern": "89086030202200000024000034*", "name": "5ber.eSIM" },
{ "pattern": "89086030202200000024000055*", "name": "Jianwei Tek" }
Expand Down
6 changes: 3 additions & 3 deletions pkgs/minio-latest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ let
in
buildGoModule rec {
pname = "minio-latest";
version = "2024-05-10T01-41-38Z";
version = "2024-05-27T19-17-46Z";

src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-qYNyAfWdmQPMIwHEzSlA4nf93aFkR1TvulOVNf46wAI=";
sha256 = "sha256-8ZoTRYsY8aXy0wxN38xFhi7EskBin5s9xOG0sXUC4gU=";
};

vendorHash = "sha256-fyNOROkByuH5oEnYiQd0XhqqDKL4EnOEZedXCBI6BuY=";
vendorHash = "sha256-hiy1pzB+DOjbs/eUv6zXYIrGzSXfVp36jrcs+Bw8Mrs=";

doCheck = false;

Expand Down

0 comments on commit c335a34

Please sign in to comment.