arcticons-sans: 0.591 -> 0.592 (#409791)

authored by Aleksana and committed by GitHub 9b6f5721 73f31415

+2 -2
+2 -2
pkgs/by-name/ar/arcticons-sans/package.nix
··· 6 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 pname = "arcticons-sans"; 9 - version = "0.591"; 10 11 src = fetchzip { 12 - hash = "sha256-fMsAvrH4NVdXoywW66fJhNWDDY5JxDxPJgvaUD9lEpw="; 13 url = "https://github.com/arcticons-team/arcticons-font/archive/refs/tags/${finalAttrs.version}.zip"; 14 }; 15
··· 6 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 pname = "arcticons-sans"; 9 + version = "0.592"; 10 11 src = fetchzip { 12 + hash = "sha256-fAEzLqFJ+3N6WSRvosk0R+JW1Gil+rEEzwHZgpDqSzE="; 13 url = "https://github.com/arcticons-team/arcticons-font/archive/refs/tags/${finalAttrs.version}.zip"; 14 }; 15