lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #263260 from r-ryantm/auto-update/bearer

bearer: 1.22.0 -> 1.27.1

authored by

Fabian Affolter and committed by
GitHub
6a5b143e d0ba4f2d

+3 -3
+3 -3
pkgs/development/tools/bearer/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "bearer"; 10 - version = "1.22.0"; 10 + version = "1.27.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "bearer"; 14 14 repo = "bearer"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-nRtbWefRtV9wD4rmnbiZQa0R5JuW8Vs5NRTWBNH4ydc="; 16 + hash = "sha256-3kJPBvw12iyAu9WVIZgyUrsW6XQ0AqpDmDl1E72vyuE="; 17 17 }; 18 18 19 - vendorHash = "sha256-rvL2/YrwkKHs6fTEg3MG2uRx+ii8Hg8c2wPly9In1E8="; 19 + vendorHash = "sha256-ikrpFnn+CTuhttd3gVyoKU3RIBRR/zL8YjvE0tjIH6I="; 20 20 21 21 subPackages = [ 22 22 "cmd/bearer"