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

numix-icon-theme-circle: 23.01.02 -> 23.01.12
This commit is contained in:
José Romildo Malaquias 2023-01-14 14:47:35 -03:00 committed by GitHub
commit b591671a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];