Commit 979596d8 authored by R. RyanTM's avatar R. RyanTM
Browse files

colloid-gtk-theme: 2024-04-14 -> 2024-05-13

parent 2f935060
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "everforest"

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2024-04-14";
  version = "2024-05-13";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    hash = "sha256-DQYnR2V86KbIJfAA4ObRtKQq1IuECie1qdOBYVu8NtA=";
    hash = "sha256-24U1iMByy+cFQuLUWYPBSuvJwYzwS0rCr7L6OWyMUz0=";
  };

  nativeBuildInputs = [