Skip to content

Commit 42a57bc

Browse files
committed
joincap: 0.10.2 -> 0.11.0
1 parent 30e9f55 commit 42a57bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/jo/joincap/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "joincap";
9-
version = "0.10.2";
9+
version = "0.11.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "assafmo";
1313
repo = "joincap";
1414
rev = "v${version}";
15-
hash = "sha256-Xli9G/VkDWKkc+7mldmLfvigvPPcdcToc4e15uoadDQ=";
15+
hash = "sha256-HvqtAno26ZSggiXbQpkw5ghxCrmmLb5uDdeSQ2QVeq0=";
1616
};
1717

18-
vendorHash = "sha256-YsLIbt3uiA1d08yIEhSRdep1+52AxRvbIzDHlhc5s7Y=";
18+
vendorHash = "sha256-pIu/f7hpSUJG5az7sV9tlXJfIjVT37bTV49kTkR80ek=";
1919

2020
buildInputs = [
2121
libpcap

0 commit comments

Comments
 (0)