supercronic: 0.2.34 -> 0.2.35 (#445792)

This commit is contained in:
Nick Cao
2025-09-24 20:44:47 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "supercronic";
version = "0.2.34";
version = "0.2.35";
src = fetchFromGitHub {
owner = "aptible";
repo = "supercronic";
rev = "v${version}";
hash = "sha256-n3fYqtJ80YW4Pqepbo6rkjvV1jeCTWKUdieDey8dz04=";
hash = "sha256-SGW/G9Ud0xsNwD+EXDegh6cGAr4cWeoah7IY6yTREWo=";
};
vendorHash = "sha256-KphRxVuOE+2Rfjr5jmcm4KqBEwfMtLIvXZxVUplH31U=";
vendorHash = "sha256-q2uH9kY0s1UM2uy6F/x1S0RqIfqXpV5KxnHJLLoAjZY=";
excludedPackages = [ "cronexpr/cronexpr" ];