Skip to content

Commit 45712e3

Browse files
authored
feat(godap): 2.10.4 -> 2.11.0 (#93)
Update `godap` from `2.10.4` to `2.11.0`. **Built on platform:** - [x] `x86_64-linux` Generated by [bumpkin](https://github.com/74k1/bumpkin).
1 parent 15f3a6b commit 45712e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/go/godap/default.nix

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

77
buildGoModule rec {
88
pname = "godap";
9-
version = "2.10.4";
9+
version = "2.11.0";
1010
src = fetchFromGitHub {
1111
owner = "Macmod";
1212
repo = "godap";
1313
rev = "v${version}";
14-
hash = "sha256-mvzVOuFZABGE7DH3AkhOXvsvSZzgpW0aJUdXW6N6hf0=";
14+
hash = "sha256-um9IsORwD4rPcqklEsRYI+J86R2vf7SE4RnTpaM6PnA=";
1515
};
16-
vendorHash = "sha256-NiNhKbf5bU1SQXFTZCp8/yNPc89ss8go6M2867ziqq4=";
16+
vendorHash = "sha256-D5Eq2JFIEmxO/FBGON+nKtGktWPOzXfv8l5akRTpz7Q=";
1717

1818
meta = with lib; {
1919
description = "A lightweight LDAP directory server";

0 commit comments

Comments
 (0)