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
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
name = "terraform-provider-keycloak-${version}";
|
||||
pname = "terraform-provider-keycloak";
|
||||
version = "1.20.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue