Skip to content

Commit 039ae5d

Browse files
flottbot: 0.13.1 -> 0.14.0 (NixOS#360712)
2 parents bf52f47 + 453e4c6 commit 039ae5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fl/flottbot/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "flottbot";
9-
version = "0.13.1";
9+
version = "0.14.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "target";
1313
repo = "flottbot";
1414
rev = version;
15-
hash = "sha256-Fv4ZBCQA7gwt11ULIiyFwn+QgoMNgu+1TM9yy2Jz7og=";
15+
hash = "sha256-yQjjdw+3JqMyyDOLR42OYVLRNiIjDz1KnSRkC2bUCj8=";
1616
};
1717

1818
patches = [
@@ -24,7 +24,7 @@ buildGoModule rec {
2424
})
2525
];
2626

27-
vendorHash = "sha256-wOUQKFd2Xm/2rvLw8kw8Ejbcq/JUvup/BzZs0fllBYY=";
27+
vendorHash = "sha256-t2iBOrmLca7SMkstNIaNtD5RZ8dxBDFZc1n5/DxLiTQ=";
2828

2929
subPackages = [ "cmd/flottbot" ];
3030

0 commit comments

Comments
 (0)