uni: use sri hash

This commit is contained in:
Aaron Jheng 2023-08-23 21:46:27 +08:00
parent 46e52862ed
commit a011a85b11
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -8,10 +8,10 @@ buildGoModule rec {
owner = "arp242";
repo = "uni";
rev = "v${version}";
sha256 = "kWiglMuJdcD7z2MDfz1MbItB8r9BJ7LUqfPfJa8QkLA=";
hash = "sha256-kWiglMuJdcD7z2MDfz1MbItB8r9BJ7LUqfPfJa8QkLA=";
};
vendorSha256 = "6HNFCUSJA6oduCx/SCUQQeCHGS7ohaWRunixdwMurBw=";
vendorHash = "sha256-6HNFCUSJA6oduCx/SCUQQeCHGS7ohaWRunixdwMurBw=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];