Merge pull request #307045 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 24.04.16 -> 24.04.22

authored by Nick Cao and committed by GitHub a0ff4e6c a7071ccc

+2 -2
+2 -2
pkgs/data/icons/numix-icon-theme-circle/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "numix-icon-theme-circle"; 5 - version = "24.04.16"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-1SBIEqbgJwRcoCPWDL5YoapNHsrqWcpjFo0xp+GSXXs="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "numix-icon-theme-circle"; 5 + version = "24.04.22"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-FRE3zb/81IEHFFvX+rIDFPVe5vw/hToLqVLkXssMgoA="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];