supercronic: 0.2.38 -> 0.2.39 (#462633)

This commit is contained in:
Nick Cao
2025-11-17 21:58:05 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "supercronic";
version = "0.2.38";
version = "0.2.39";
src = fetchFromGitHub {
owner = "aptible";
repo = "supercronic";
rev = "v${version}";
hash = "sha256-/+jGi1l9q7nlT5uRJVtFk490XuAw8Fi5QOdMnLUTac4=";
hash = "sha256-yAIn5f/ci3oJV55Q8Fd9YrNPI7Cs5yKbnE71Cak9p3I=";
};
vendorHash = "sha256-+fEAlt6KBXfyzfDffde/XmWBXre8w41Q1zr7CfRX9bs=";
vendorHash = "sha256-lIFEF0A2JI96ixLLgbOAnGjxXwm39P4SCbKdsVVxC+0=";
excludedPackages = [ "cronexpr/cronexpr" ];