lol

cirrus-cli: 0.145.1 -> 0.146.0 (#423211)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by

nixpkgs-merge-bot[bot]
techknowlogick
and committed by
GitHub
37210852 fe33ee71

+2 -2
+2 -2
pkgs/by-name/ci/cirrus-cli/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "cirrus-cli"; 10 - version = "0.145.1"; 10 + version = "0.146.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "cirruslabs"; 14 14 repo = "cirrus-cli"; 15 15 rev = "v${version}"; 16 - hash = "sha256-RyT0pR/hcqkvavI4HkWjCG5AS4H5hBbjOChHrUoq2GI="; 16 + hash = "sha256-Eemi6EDB5wYM72XJl9WWSdnC5noLGbf2Dju+b1NxQuI="; 17 17 }; 18 18 19 19 vendorHash = "sha256-CvypJVRLdMr38Qn8E67IZ33cSq5fYhM3i5HyifXGYNE=";