base16-universal-manager: use sri hash

This commit is contained in:
Aaron Jheng 2023-08-12 11:51:20 +08:00
parent 303166fe60
commit 7f3c7b4b48
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -8,10 +8,10 @@ buildGoModule rec {
owner = "pinpox";
repo = "base16-universal-manager";
rev = "v${version}";
sha256 = "11kal7x0lajzydbc2cvbsix9ympinsiqzfib7dg4b3xprqkyb9zl";
hash = "sha256-9KflJ863j0VeOyu6j6O28VafetRrM8FW818qCvqhaoY=";
};
vendorSha256 = "19rba689319w3wf0b10yafydyz01kqg8b051vnijcyjyk0khwvsk";
vendorHash = "sha256-U28OJ5heeiaj3aGAhR6eAXzfvFMehAUcHzyFkZBRK6c=";
meta = with lib; {
description = "A universal manager to set base16 themes for any supported application";