relic: 8.1.1 -> 8.2.0 (#382468)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-17 00:33:56 +01:00
committed by GitHub
+7 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "relic";
version = "8.1.1";
version = "8.2.0";
src = fetchFromGitHub {
owner = "sassoftware";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8pqLV4NWCI35FGe2NNqjatTAlVyvx1mskbcR/NacUvI=";
sha256 = "sha256-dXvKbuAJCL+H0Gh0ZF1VvtY+7cgjq7gs8zwtenI3JuI=";
};
vendorHash = "sha256-x0EqKotZJny+7FtRvdXWUkPpG0jntFGe/IpNzKVL2pI=";
vendorHash = "sha256-3ERGIZZM8hNbt8kYApcqaL2LJ3V5aloSsmJavX2VSpw=";
ldflags = [
"-s"
@@ -31,6 +31,10 @@ buildGoModule rec {
};
};
# Some of the tests use localhost networking. See discussion:
# https://github.com/NixOS/nixpkgs/pull/374824
__darwinAllowLocalNetworking = true;
meta = with lib; {
homepage = "https://github.com/sassoftware/relic";
description = "Service and a tool for adding digital signatures to operating system packages for Linux and Windows";