10 src = fetchFromGitHub {
14 hash = "sha256-NIZBaPYFFH3MG2M7rF39TW8sLVR44SA37ZU3gOPwAFU=";
17 vendorHash = "sha256-cVOxRrsDdtlDSJ3WRDNk8nqt7ztz4GSRIf6FDDBxvPc=";
22 "-X github.com/LINBIT/virter/cmd.version=${version}"
23 "-X github.com/LINBIT/virter/cmd.builddate=builtByNix"
24 "-X github.com/LINBIT/virter/cmd.githash=builtByNix"
27 # requires network access
31 description = "A command line tool for simple creation and cloning of virtual machines based on libvirt";
32 homepage = "https://github.com/LINBIT/virter";
33 license = lib.licenses.asl20;
34 maintainers = with lib.maintainers; [ dit7ya ];