supercronic: 0.2.39 -> 0.2.40 (#469066)

This commit is contained in:
Nick Cao
2025-12-08 21:59:14 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "supercronic";
version = "0.2.39";
version = "0.2.40";
src = fetchFromGitHub {
owner = "aptible";
repo = "supercronic";
rev = "v${version}";
hash = "sha256-yAIn5f/ci3oJV55Q8Fd9YrNPI7Cs5yKbnE71Cak9p3I=";
hash = "sha256-20L2GriC+f6bUiJOiUsnvpTEG1J3hp60ry3fSrJt87A=";
};
vendorHash = "sha256-lIFEF0A2JI96ixLLgbOAnGjxXwm39P4SCbKdsVVxC+0=";
vendorHash = "sha256-a1W/Ah3zPMLvYfQj6uWsHvwjxpLs2vb8E2YYH/RRQvs=";
excludedPackages = [ "cronexpr/cronexpr" ];