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

numix-icon-theme-circle: 23.03.04 -> 23.03.19
This commit is contained in:
Stanisław Pitucha 2023-03-20 22:17:26 +11:00 committed by GitHub
commit 6da67309c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.03.04";
version = "23.03.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-2do/8NKO47zj3+V5+P79el41jy7q6aXdhYXVRRoVusI=";
sha256 = "sha256-kvIPtPJkBIioz/ScES3xmzjJ0IH4eK5wYSj5Jb2U47g=";
};
nativeBuildInputs = [ gtk3 ];