terraform-provider-authentik: 2023.8.0 -> 2023.10.0

The provider still specifies go 1.18 in go.mod, so nixpkgs@23.05 needs
to be pulled in again. Not really happy about this, maybe there's some
cleaner approach.
This commit is contained in:
WilliButz 2023-11-08 15:30:04 +01:00
parent c775e737f5
commit 2445de2001
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 25 additions and 4 deletions

17
flake.lock generated
View file

@ -129,6 +129,22 @@
"type": "github"
}
},
"nixpkgs-23-05": {
"locked": {
"lastModified": 1699291058,
"narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "41de143fda10e33be0f47eab2bfe08a50f234267",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"dir": "lib",
@ -181,6 +197,7 @@
"flake-utils": "flake-utils",
"napalm": "napalm",
"nixpkgs": "nixpkgs",
"nixpkgs-23-05": "nixpkgs-23-05",
"poetry2nix": "poetry2nix"
}
},