Unverified Commit 363f5901 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #145029 from Icy-Thought/master

whitesur-icon-theme: 20211013 -> 20211108
parents 4d2b3b4d 9b54511a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "Whitesur-icon-theme";
  version = "2021-10-13";
  version = "2021-11-08";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "BP5hGi3G9zNUSfeCbwYUvd3jMcWhstXiDeZCJ6Hgey8=";
    sha256 = "LZ0GLJFUUvzsPhU2sBkfy5mPpQHuPzYhbumwFKnogoA=";
  };

  nativeBuildInputs = [ gtk3 ];