Unverified Commit 0f64522e authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #217833 from r-ryantm/auto-update/qogir-icon-theme

qogir-icon-theme: 2022-11-05 -> 2023-02-23
parents 5027a11d 409f1656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: theme variants" [ "default" "manjaro" "ubuntu" "a

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2022-11-05";
  version = "2023-02-23";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "sha256-KQ3NmxNtJTURjH15hyZzngJ6aVTwlze28xQbRTlQmPE=";
    sha256 = "sha256-yXpHm/iXtBdEo6m8W7Itp3N9vrWRTb7S3aKi0X2RObo=";
  };

  nativeBuildInputs = [ gtk3 jdupes ];