treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "cli53-${version}";
|
||||
pname = "cli53";
|
||||
version = "0.8.12";
|
||||
|
||||
goPackagePath = "github.com/barnybug/cli53";
|
||||
|
||||
Reference in New Issue
Block a user