csvdiff: use sri hash

This commit is contained in:
Aaron Jheng 2023-08-11 10:40:21 +08:00
parent 7f65b7ca66
commit 15491b95a3
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -11,10 +11,10 @@ buildGoModule rec {
owner = "aswinkarthik";
repo = "csvdiff";
rev = "v${version}";
sha256 = "0cd1ikxsypjqisfnmr7zix3g7x8p892w77086465chyd39gpk97b";
hash = "sha256-66R5XxrNQ1YMMQicw0VCF/XzRo//5Gqdjlher/uMoTE=";
};
vendorSha256 = "1612s4kc0r8zw5y2n6agwdx9kwhxkdrjzagn4g22lzmjq02a64xf";
vendorHash = "sha256-rhOjBMCyfirEI/apL3ObHfKZeuNPGSt84R9lwCbRIpg=";
meta = with lib; {
homepage = "https://aswinkarthik.github.io/csvdiff/";