HACK: Fix build of openconnect-sso with a fork

This commit is contained in:
coolneng 2022-09-30 23:06:17 +02:00
parent 99bcc08ea5
commit bf9ad26eab
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 6 additions and 6 deletions

View File

@ -54,15 +54,15 @@
"openconnect-sso": { "openconnect-sso": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1639475764, "lastModified": 1664571629,
"narHash": "sha256-VvhPYafFfvhp7ZlygZ0kTyczkLY/5e0ip5OElX2CwhM=", "narHash": "sha256-garmeDFThPRt7q2SHLUZvlEpIf9QKSqQIrBqlH03ZwU=",
"owner": "vlaci", "owner": "hexop",
"repo": "openconnect-sso", "repo": "openconnect-sso",
"rev": "4430cb09aefe15108e5f3b40b94ed792fbe9548b", "rev": "9fc20c5a72d1e349d78e34cbfa8755c2791ee97c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "vlaci", "owner": "hexop",
"repo": "openconnect-sso", "repo": "openconnect-sso",
"type": "github" "type": "github"
} }

View File

@ -16,7 +16,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
openconnect-sso = { openconnect-sso = {
url = "github:vlaci/openconnect-sso"; url = "github:hexop/openconnect-sso";
flake = false; flake = false;
}; };
cyrus-sasl-xoauth2 = { cyrus-sasl-xoauth2 = {