Merge pull request #197112 from r-ryantm/auto-update/lifecycled

lifecycled: 3.2.0 -> 3.3.0

authored by Nikolay Korotkiy and committed by GitHub 36576ebb 2b248e9e

+2 -2
+2 -2
pkgs/tools/misc/lifecycled/default.nix
··· 4 4 }: 5 5 buildGoModule rec { 6 6 pname = "lifecycled"; 7 - version = "3.2.0"; 7 + version = "3.3.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "buildkite"; 11 11 repo = "lifecycled"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-+Ts2ERoEZcBdxMXQlxPVtQe3pst5NXWKU3rmS5CgR7A="; 13 + sha256 = "sha256-zskN2T0+1xZPjppggeGpPFuQ8/AgPNyN77F33rDoghc="; 14 14 }; 15 15 16 16 vendorSha256 = "sha256-q5wYKSLHRzL+UGn29kr8+mUupOPR1zohTscbzjMRCS0=";