supercronic: 0.2.35 -> 0.2.38

This commit is contained in:
R. Ryantm
2025-10-24 05:06:35 +00:00
parent 106ab26a9b
commit c0de979c73

View File

@@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "supercronic"; pname = "supercronic";
version = "0.2.35"; version = "0.2.38";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aptible"; owner = "aptible";
repo = "supercronic"; repo = "supercronic";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-SGW/G9Ud0xsNwD+EXDegh6cGAr4cWeoah7IY6yTREWo="; hash = "sha256-/+jGi1l9q7nlT5uRJVtFk490XuAw8Fi5QOdMnLUTac4=";
}; };
vendorHash = "sha256-q2uH9kY0s1UM2uy6F/x1S0RqIfqXpV5KxnHJLLoAjZY="; vendorHash = "sha256-+fEAlt6KBXfyzfDffde/XmWBXre8w41Q1zr7CfRX9bs=";
excludedPackages = [ "cronexpr/cronexpr" ]; excludedPackages = [ "cronexpr/cronexpr" ];