Unverified Commit 1353de59 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #240812 from r-ryantm/auto-update/vimix-icon-theme

vimix-icon-theme: 2023-01-18 -> 2023-06-26
parents 9d65073d 2871d942
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [