numix-icon-theme-square: 22.09.04 -> 22.09.12

This commit is contained in:
R. Ryantm 2022-09-12 19:30:52 +00:00
parent 4c66e7c074
commit fa1c0d87c4

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.09.04";
version = "22.09.12";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-BzwuaWaSBVIh9Vk3Y7uv0+9aivXNFhBGJJMoDPrpKh4=";
sha256 = "sha256-cwdP7vY7sXYhBbMpSvfDuuNZBalddmP5XEYMYmpYeoc=";
};
nativeBuildInputs = [ gtk3 ];