go-modules: Update files to use vendorSha256
This commit is contained in:
committed by
Jörg Thalheim
parent
a0ddea1d6a
commit
d6162dab50
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "0whijr2r2j5bvfy8jgmpxsa0zvwk5kfjlpnkw4za5k35q7bjffls";
|
||||
};
|
||||
|
||||
modSha256 = "1wcqh3306q9wxb6pnl8cpk73vmy36bjv2gil03j7j4pajs1f2lwn";
|
||||
vendorSha256 = "0whqrms5mc7v14p2h1jfvkawm30xaylivijlsghrsaq468qcgg15";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
@@ -21,4 +21,4 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ cswank ];
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user