supercronic: 0.2.33 -> 0.2.34 (#418502)

authored by Aleksana and committed by GitHub a90a3e66 b7238184

+3 -3
+3 -3
pkgs/by-name/su/supercronic/package.nix
··· 9 10 buildGoModule rec { 11 pname = "supercronic"; 12 - version = "0.2.33"; 13 14 src = fetchFromGitHub { 15 owner = "aptible"; 16 repo = "supercronic"; 17 rev = "v${version}"; 18 - hash = "sha256-tvDjjG8ym1wdQzQSO7T5BkbYbqD1M+EnPSPumbFKRhE="; 19 }; 20 21 - vendorHash = "sha256-SmmuHVf9nuqdT4jqhQDLl5gAHq/3qLKNpgwuwBBNfW4="; 22 23 excludedPackages = [ "cronexpr/cronexpr" ]; 24
··· 9 10 buildGoModule rec { 11 pname = "supercronic"; 12 + version = "0.2.34"; 13 14 src = fetchFromGitHub { 15 owner = "aptible"; 16 repo = "supercronic"; 17 rev = "v${version}"; 18 + hash = "sha256-n3fYqtJ80YW4Pqepbo6rkjvV1jeCTWKUdieDey8dz04="; 19 }; 20 21 + vendorHash = "sha256-KphRxVuOE+2Rfjr5jmcm4KqBEwfMtLIvXZxVUplH31U="; 22 23 excludedPackages = [ "cronexpr/cronexpr" ]; 24