numix-icon-theme-circle: 22.09.04 -> 22.09.12

This commit is contained in:
R. Ryantm 2022-09-12 19:30:35 +00:00
parent 4c66e7c074
commit 1090ad11c8

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "22.09.04";
version = "22.09.12";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-eRBso0oeL+EkOw6oINbuf9s07BtKc8132FK5QbAeA8s=";
sha256 = "sha256-W8hk6UniK4HDJPtMaRQzhfvmE2uZhz4J0QMIbSrtJFo=";
};
nativeBuildInputs = [ gtk3 ];