3
0
Fork 0
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:
zimbatm 2020-10-09 12:43:06 +02:00
parent 4da09d369b
commit 3f49e5ba03
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -4,7 +4,7 @@
}:
buildGoModule rec {
name = "terraform-provider-keycloak-${version}";
pname = "terraform-provider-keycloak";
version = "1.20.0";
src = fetchFromGitHub {