8 version = "0-unstable-2024-01-22";
10 src = fetchFromGitHub {
13 rev = "9c3e2fbe4bd19a7f0338e42bb483562ed4cf4d50";
14 hash = "sha256-qGuSsdQorb407rDl2o7w7kPCLng3W7YQsqo5JpoZFW8=";
19 ldflags = [ "-s" "-w" ];
22 description = ''Generate "if err != nil {" block'';
23 homepage = "https://github.com/koron/iferr";
24 license = licenses.mit;
25 maintainers = with maintainers; [ kalbasit ];
26 mainProgram = "iferr";