go-modules: Update files to use vendorSha256
This commit is contained in:
committed by
Jörg Thalheim
parent
a0ddea1d6a
commit
d6162dab50
@@ -12,7 +12,7 @@ buildGoModule rec {
|
||||
sha256 = "14dslmx3gk08h9gqfjw5y27x7d2c6r8ir7mjd7l9ybysagpzr02a";
|
||||
};
|
||||
|
||||
modSha256 = "1waqaglm6f9zy5296z309ppkck2vmydhk9gjnxrgzmhqld5lcq4f";
|
||||
vendorSha256 = "08n3m6fkwh8jmmzky3ygij4gxlcqidqk5ywi8ki8bkyzzs2lqaw7";
|
||||
subPackages = [ "cmd/pixiecore" ];
|
||||
|
||||
meta = {
|
||||
@@ -22,4 +22,4 @@ buildGoModule rec {
|
||||
maintainers = with stdenv.lib.maintainers; [ bbigras danderson ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user