numix-icon-theme-square: 25.11.15 -> 25.12.15

This commit is contained in:
R. Ryantm
2025-12-20 14:54:45 +00:00
parent c05bb128a5
commit bd1cb2853b
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "25.11.15";
version = "25.12.15";
src = fetchFromGitHub {
owner = "numixproject";
repo = "numix-icon-theme-square";
rev = version;
sha256 = "sha256-fHNOzalDY736/4L317QpyFWan+349rWwRz2Kr5FH28A=";
sha256 = "sha256-89OyttP8Mc1zRqIbIE9gpY9BHINLGJwUqkGVfeULCH4=";
};
nativeBuildInputs = [ gtk3 ];