numix-icon-theme-square: 24.07.19 -> 24.10.22

This commit is contained in:
R. Ryantm
2024-12-01 09:29:29 +00:00
parent 2c27ab2e60
commit c92368010f
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "24.07.19";
version = "24.10.22";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-mHCQpFBBnJfmMA0o5BVt8IWhHIcMSaReCezVgVqVAw4=";
sha256 = "sha256-7pAVXaNH/qMmo7/CcDgeFbA6KHINAxu8sHMoQYecZKM=";
};
nativeBuildInputs = [ gtk3 ];