Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongchenyu6 committed Nov 29, 2023
1 parent 8bbd6b4 commit 6024452
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
14 changes: 7 additions & 7 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"copilot-el": {
"cargoLocks": null,
"date": "2023-11-08",
"date": "2023-11-27",
"extract": null,
"name": "copilot-el",
"passthru": null,
Expand All @@ -50,12 +50,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "30a054f8569550853a9b6f947a2fe1ded7e7cc6b",
"sha256": "sha256-uNtoduh/29dpBcE556G3qHdycdj0OGMridCTy3k5vX8=",
"rev": "61ddc2d6aae25b490213c13a14c791c48463bf4a",
"sha256": "sha256-ijlverhwgOp1TUxdDYr7FoouNyRiRhP4BbIw2xblPJo=",
"type": "git",
"url": "https://github.com/zerolfx/copilot.el.git"
},
"version": "30a054f8569550853a9b6f947a2fe1ded7e7cc6b"
"version": "61ddc2d6aae25b490213c13a14c791c48463bf4a"
},
"delivery": {
"cargoLocks": null,
Expand Down Expand Up @@ -106,11 +106,11 @@
"name": null,
"owner": "weaveworks",
"repo": "weave-gitops",
"rev": "v0.36.0",
"sha256": "sha256-tjDDd/4aJOnqRCs+YwYZF61Qv6znILXnAfBdLKOKdrQ=",
"rev": "v0.37.0",
"sha256": "sha256-t18d++u+zid3Ib8VkMqf1vl3MaF8N8W1XMgRB6AWEWU=",
"type": "github"
},
"version": "v0.36.0"
"version": "v0.37.0"
},
"glab": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
};
copilot-el = {
pname = "copilot-el";
version = "30a054f8569550853a9b6f947a2fe1ded7e7cc6b";
version = "61ddc2d6aae25b490213c13a14c791c48463bf4a";
src = fetchgit {
url = "https://github.com/zerolfx/copilot.el.git";
rev = "30a054f8569550853a9b6f947a2fe1ded7e7cc6b";
rev = "61ddc2d6aae25b490213c13a14c791c48463bf4a";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-uNtoduh/29dpBcE556G3qHdycdj0OGMridCTy3k5vX8=";
sha256 = "sha256-ijlverhwgOp1TUxdDYr7FoouNyRiRhP4BbIw2xblPJo=";
};
date = "2023-11-08";
date = "2023-11-27";
};
delivery = {
pname = "delivery";
Expand All @@ -59,13 +59,13 @@
};
gitops = {
pname = "gitops";
version = "v0.36.0";
version = "v0.37.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "weave-gitops";
rev = "v0.36.0";
rev = "v0.37.0";
fetchSubmodules = false;
sha256 = "sha256-tjDDd/4aJOnqRCs+YwYZF61Qv6znILXnAfBdLKOKdrQ=";
sha256 = "sha256-t18d++u+zid3Ib8VkMqf1vl3MaF8N8W1XMgRB6AWEWU=";
};
};
glab = {
Expand Down
7 changes: 4 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ let
doCheck = false;
})).override { cyrus_sasl = cyrus_sasl_with_ldap; };

postfix = pkgs.postfix.override { cyrus_sasl = cyrus_sasl_with_ldap; };
postfix_with_ldap =
pkgs.postfix.override { cyrus_sasl = cyrus_sasl_with_ldap; };

sssd = pkgs.sssd.override { withSudo = true; };
sssd_with_sude = pkgs.sssd.override { withSudo = true; };

krb5 = pkgs.krb5.overrideAttrs (old: {
krb5_with_ldap = pkgs.krb5.overrideAttrs (old: {
configureFlags = old.configureFlags
++ (if (old.pname == "libkrb5") then [ ] else [ "--with-ldap" ]);
});
Expand Down
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.

0 comments on commit 6024452

Please sign in to comment.