bearer: 1.43.5 -> 1.43.6

This commit is contained in:
R. Ryantm 2024-05-24 18:39:31 +00:00
parent c77a089983
commit 45437442ae

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "bearer";
version = "1.43.5";
version = "1.43.6";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-VMg07HOPvQK57DWVjuxtt5w1xMM4ansngL8clBOhPSc=";
hash = "sha256-Ew9f6L4hrMrIuJzSXbP5bYJLmsq2BRLYBohy0Gy8P2M=";
};
vendorHash = "sha256-rRlOWQ5M+aNMsnt7zHphm/SQyvPBZUCWpZH1J7TZe28=";
vendorHash = "sha256-XACZVPf1a+TIi2YdHerPkt9QKjS5BQJ5alrsHIG+qRA=";
subPackages = [ "cmd/bearer" ];