mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:17:52 +00:00
flottbot: 0.13.1 -> 0.14.0 (#360712)
This commit is contained in:
commit
039ae5db91
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user