numix-icon-theme-circle: 22.09.18 -> 22.09.24

This commit is contained in:
R. Ryantm 2022-09-26 10:37:47 +00:00
parent ff9793cfd1
commit f91b78fce3

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "22.09.18";
version = "22.09.24";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-O81tOldb7QAKtMOeL5/Bb7+FWQhiIID3AJWybJah+kY=";
sha256 = "sha256-HHJkhQ8icKaPslGIh0gGKHXeTZKWpWcdwkdvQocW9jU=";
};
nativeBuildInputs = [ gtk3 ];