about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 07:17:10 -0500
committerGitHub <noreply@github.com>2022-09-30 07:17:10 -0500
commitcfb01579b8d931bbfce1fb2ba100bb3b8ea6e401 (patch)
tree1f0540de9746733897b4b9de2693b49c483f0140
parent134031b53a111557e1377e848b389ec5ef42b144 (diff)
parent100d91af3acb9f73fa42f96da0a815b89890e0c9 (diff)
Merge pull request #192361 from r-ryantm/auto-update/relic
relic: 7.4.0 -> 7.5.3
-rw-r--r--pkgs/development/tools/relic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/relic/default.nix b/pkgs/development/tools/relic/default.nix
index 771849168aa9b..6fb5507b87d60 100644
--- a/pkgs/development/tools/relic/default.nix
+++ b/pkgs/development/tools/relic/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "relic";
-  version = "7.4.0";
+  version = "7.5.3";
 
   src = fetchFromGitHub {
     owner = "sassoftware";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3YzZUwS2rU+OROMXuIbVeLDQMIpEmZz+PNnI4dbQs+Y=";
+    sha256 = "sha256-urueDWvHhDsIiLIAatAforBM//UEJz8wUHEVyhwV7JY=";
   };
 
-  vendorSha256 = "sha256-aguirMJgh/uAGl0l3wKBMH2QEIH2N8pq7Dl9Ngfkc90=";
+  vendorSha256 = "sha256-wlylASK2RES0nbf6UZHJBrYQaz9jrq5j7/KF1wYOqE0=";
 
   meta = with lib; {
     homepage = "https://github.com/sassoftware/relic";