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

numix-icon-theme-circle: 23.03.19 -> 23.04.05
This commit is contained in:
Nick Cao
2023-04-19 09:03:40 +08:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.03.19";
version = "23.04.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-kvIPtPJkBIioz/ScES3xmzjJ0IH4eK5wYSj5Jb2U47g=";
sha256 = "sha256-eyTiAfwons/VDsNCNfYp4OR+U37LvTIh8Wfktie8PKU=";
};
nativeBuildInputs = [ gtk3 ];