vimix-icon-theme: 2023-01-18 -> 2023-06-26

This commit is contained in:
R. Ryantm 2023-06-30 22:08:02 +00:00
parent 4586970ee7
commit 2871d942e0

View File

@ -16,13 +16,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "Amethyst" "Beryl" "
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-01-18";
version = "2023-06-26";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "5EgTWF6qu12VYVi7w5BOp7IleN4IevLZR0hH9x/qbGo=";
sha256 = "5pTYsWdmjSDyrEK+Jbg/9dQ1FHI2rdnr1n0Ysd5mg/U=";
};
nativeBuildInputs = [