Merge pull request #252871 from aaronjheng/cordless

cordless: use sri hash
This commit is contained in:
Weijia Wang 2023-09-02 07:00:02 +02:00 committed by GitHub
commit 7b5e0b58f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@ buildGoModule rec {
owner = "Bios-Marcel";
repo = pname;
rev = version;
sha256 = "0avf09b73fs3wpb4fzmm6ka595aanfvp95m6xj1ccxvq8ciwpqcw";
hash = "sha256-nOHLI0N4d8aC7KaWdLezSpVU1DS1fkfW5UO7cVYCbis=";
};
subPackages = [ "." ];
vendorSha256 = "01anbhwgwam70dymcmvkia1xpw48658rq7wv4m7fiavxvnli6z2y";
vendorHash = "sha256-XnwTqd19q+hOJZsfnFExiPDbg4pzV1Z9A6cq/jhcVgU=";
meta = with lib; {
homepage = "https://github.com/Bios-Marcel/cordless";