Unverified Commit 41fcb08a authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

whitesur-gtk-theme: 2024-11-18 -> 2025-04-03 (#396015)

parents 258d20f2 7e4779dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,13 +94,13 @@ lib.checkListOfEnum "${pname}: window control buttons variants" [ "normal" "alt"
  stdenv.mkDerivation
  rec {
    pname = "whitesur-gtk-theme";
    version = "2024-11-18";
    version = "2025-04-03";

    src = fetchFromGitHub {
      owner = "vinceliuice";
      repo = pname;
      rev = version;
      hash = "sha256-SSGb7EdJN8E4N8b98VO7oFTeOmhKEo/0qhso9410ihg=";
      hash = "sha256-XSghDBpxAjdQMB9tyV2NIM6j/AzmzsnybGGDYi7u3BQ=";
    };

    nativeBuildInputs = [