7 stdenvNoCC.mkDerivation (finalAttrs: {
8 pname = "circle-flags";
11 src = fetchFromGitHub {
13 repo = "circle-flags";
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-/+f5MDRW+tRH+jMtl3XuVPBShgy2PlD3NY+74mJa2Qk=";
22 mv flags $out/share/circle-flags-svg
27 passthru.updateScript = nix-update-script { };
30 homepage = "https://github.com/HatScripts/circle-flags";
31 description = "Collection of 400+ minimal circular SVG country and state flags";
32 license = licenses.mit;
33 maintainers = with maintainers; [ bobby285271 ];
34 platforms = platforms.all;