arcticons-sans: 0.592 -> 0.593

R. Ryantm 2e36f9ff 769e9c24

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