numix-icon-theme-circle: 24.03.12 -> 24.04.16

This commit is contained in:
R. Ryantm 2024-04-21 12:11:09 +00:00
parent 44fa1ee8c2
commit 40abc6a169
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "24.03.12";
version = "24.04.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-WWgppmMIXa7AtMu8Tu3TOt4JvsAkpufZva1reE+UaWg=";
sha256 = "sha256-1SBIEqbgJwRcoCPWDL5YoapNHsrqWcpjFo0xp+GSXXs=";
};
nativeBuildInputs = [ gtk3 ];