Unverified Commit 738d2fee authored by Antonio's avatar Antonio Committed by GitHub
Browse files

nightfox-gtk-theme: 0-unstable-2024-10-29 -> 0-unstable-2024-11-06

parent 9c8b5395
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -70,13 +70,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
  stdenvNoCC.mkDerivation
  {
    inherit pname;
    version = "0-unstable-2024-10-29";
    version = "0-unstable-2024-11-06";

    src = fetchFromGitHub {
      owner = "Fausto-Korpsvart";
      repo = "Nightfox-GTK-Theme";
      rev = "14decf0378650b7a960f4761fd6178cda0d07aac";
      hash = "sha256-TWJyj5MlQtNqCuh1GD1LoXEQ4wcobhyKPQXZ31ALcMM=";
      rev = "d9534b5275eb4bc588890c7bd8b30cf2b535c8e0";
      hash = "sha256-VVro8kkQisLkTyQVIBDSf55Qfnwb85glWOYWVfJbueI=";
    };

    propagatedUserEnvPkgs = [ gtk-engine-murrine ];