Commit f5a2cf47 authored by R. RyanTM's avatar R. RyanTM
Browse files

whitesur-gtk-theme: 2023-06-30 -> 2023-10-13

parent 6c5458cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ lib.checkListOfEnum "${pname}: panel size" [ "default" "smaller" "bigger" ] (sin

stdenv.mkDerivation rec {
  pname = "whitesur-gtk-theme";
  version = "2023-06-30";
  version = "2023-10-13";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "sha256-ctEaS+zWkmiVoq0WVA3ecHc2rm8LFQC/kqi/KEXAyXw=";
    sha256 = "sha256-H8QdKCX6C36J7AfFd0VV9Rnm8LGXSfkxj5Yp2p+PduE=";
  };

  nativeBuildInputs = [