10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitea {
15 domain = "git.kroner.dev";
19 hash = "sha256-z9CjCJvi6MlZGghZKx13gGSKwUnECAf0cr9P2ABskh0=";
22 cargoHash = "sha256-EFen2x/+a5xLsDmodNCkuGBR7+Oy2fdXcxzANLcWWZs=";
25 updateScript = nix-update-script { };
26 tests.version = testers.testVersion {
32 description = "Tool for generating qr codes for iwd networks";
33 homepage = "https://git.kroner.dev/kreny/iwqr";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ h7x4 ];