numix-icon-theme-circle: 23.08.16 -> 23.09.11

This commit is contained in:
R. Ryantm 2023-09-12 02:26:21 +00:00
parent d0a5c478f1
commit 34992839e4

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.08.16";
version = "23.09.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-FXWue9CiX2zh7FXLnlG+SOto2Z4oznWNYpgZlMvVGn4=";
sha256 = "sha256-9GTNE9Gt+dxdfOLD0Qv1utSkwigalAPxixGSC5Nj8XM=";
};
nativeBuildInputs = [ gtk3 ];