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

This commit is contained in:
R. Ryantm 2023-01-14 06:04:49 +00:00
parent 66bc6e35c9
commit c55202eee4

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.01.02";
version = "23.01.12";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-Z+gs3CajVBYiWU5SSiL/C7IW8ibglUqD+GhayeS++m8=";
sha256 = "sha256-WqCQxZcr19tKcEwULoW9O3rhq3fFs4xRl37p7VJYodY=";
};
nativeBuildInputs = [ gtk3 ];