flottbot: 0.13.1 -> 0.14.0 (#360712)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-04 14:57:47 +00:00 committed by GitHub
commit 039ae5db91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "flottbot";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "target";
repo = "flottbot";
rev = version;
hash = "sha256-Fv4ZBCQA7gwt11ULIiyFwn+QgoMNgu+1TM9yy2Jz7og=";
hash = "sha256-yQjjdw+3JqMyyDOLR42OYVLRNiIjDz1KnSRkC2bUCj8=";
};
patches = [
@ -24,7 +24,7 @@ buildGoModule rec {
})
];
vendorHash = "sha256-wOUQKFd2Xm/2rvLw8kw8Ejbcq/JUvup/BzZs0fllBYY=";
vendorHash = "sha256-t2iBOrmLca7SMkstNIaNtD5RZ8dxBDFZc1n5/DxLiTQ=";
subPackages = [ "cmd/flottbot" ];