9 version = "0.1.2-unstable-2022-12-29";
11 src = fetchFromGitHub {
14 rev = "87603e47e8ea2ddac96f508fc9e9d6fc17b198b0";
15 hash = "sha256-L7OemAPCv7epOVmjrDDtiGqQqzscm5zj3C6dsZP4uUc=";
21 go mod init github.com/LK4D4/vndr
24 # Tests rely on the 'vndr' binary being in the PATH already.
28 description = "Stupid golang vendoring tool, inspired by docker vendor script";
30 homepage = "https://github.com/LK4D4/vndr";
31 maintainers = with lib.maintainers; [
35 license = lib.licenses.asl20;