go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-04-30 21:59:00 -04:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions

View File

@@ -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;
};
}
}