cirrus-cli: 0.144.0 -> 0.144.1 (#413928)

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

authored by nixpkgs-merge-bot[bot] techknowlogick and committed by GitHub 42943e0a 519cd2ca

+3 -3
+3 -3
pkgs/by-name/ci/cirrus-cli/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "cirrus-cli"; 10 - version = "0.144.0"; 10 + version = "0.144.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "cirruslabs"; 14 14 repo = "cirrus-cli"; 15 15 rev = "v${version}"; 16 - hash = "sha256-pbfLEoc9MF9Zo9P5D8R0WM/ZbzwhdIZhtcWR9tSKzX8="; 16 + hash = "sha256-xU1c7dDYCfzLao6TLQFSijwTnEz0afkcOQnlHeTgaVQ="; 17 17 }; 18 18 19 - vendorHash = "sha256-PH28ZIubrJWk4qTrL9OSx/ylW1iEP0j0iq4uNg9d9ko="; 19 + vendorHash = "sha256-ZFvulF/glMq7Crp1d1lK602G34/anlT5yyyQQcgiuHg="; 20 20 21 21 ldflags = [ 22 22 "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"