ldapnomnom: 1.0.5 -> 1.0.6

This commit is contained in:
Fabian Affolter 2022-09-24 18:18:52 +02:00
parent afa46d5e76
commit f83c3790b3

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ldapnomnom";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "lkarlslund";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+lUEsnSUcGs8knkYaI6l1r5YJU82iMlcI6E/+aqyCoY=";
hash = "sha256-fZlxDc/CgjGqTSM9TpFcE0yxb7YxzZmQJ1FoUdM7Bgs=";
};
vendorSha256 = "sha256-psITrOXWh+3XXLSdo862ln8n7AkO00KB4mHyTdbDCkY=";