numix-icon-theme-circle: 23.01.12 -> 23.01.25

This commit is contained in:
R. Ryantm 2023-01-27 12:55:40 +00:00
parent 32e7d3f420
commit f985a1a315

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.01.12";
version = "23.01.25";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-WqCQxZcr19tKcEwULoW9O3rhq3fFs4xRl37p7VJYodY=";
sha256 = "sha256-bejoClo31C2gO7Ni1cIxaumwDrhumRZgAPpxS1Jt/Fw=";
};
nativeBuildInputs = [ gtk3 ];