forked from mirrors/nixpkgs
terraform-providers.keycloak: use pname
We will be relying on the pname to figure out where to link the plugin.
This commit is contained in:
parent
4da09d369b
commit
3f49e5ba03
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
name = "terraform-provider-keycloak-${version}";
|
pname = "terraform-provider-keycloak";
|
||||||
version = "1.20.0";
|
version = "1.20.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Add table
Reference in a new issue