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 = "1pxj6flyhf522zjab1dfvxfajyx3v3rzs7l8ma7ma6b8zmwp2wdn";
|
||||
};
|
||||
|
||||
modSha256 = "165mjfjk4x95ckw7wg96bg9pzb3297sggnip38nz2jxxbqr0ff8b";
|
||||
vendorSha256 = "1rn8ijq3v3fzlbyvm7g4i3qpwcl3vrl4rbcvlbzv05wxrgcw9iqb";
|
||||
|
||||
preBuild = ''
|
||||
go generate ./...
|
||||
@@ -26,4 +26,4 @@ buildGoModule rec {
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ andrestylianos ];
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user