Unverified Commit 95712b41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

dracula-theme: 4.0.0-unstable-2026-01-04 -> 4.0.0-unstable-2026-01-12 (#479762)

parents 36336afd bf562b83
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  themeName = "Dracula";
  version = "4.0.0-unstable-2026-01-04";
  version = "4.0.0-unstable-2026-01-12";
in
stdenvNoCC.mkDerivation {
  pname = "dracula-theme";
@@ -17,8 +17,8 @@ stdenvNoCC.mkDerivation {
  src = fetchFromGitHub {
    owner = "dracula";
    repo = "gtk";
    rev = "58fa433480d8a14fb5a7149b4dfada3d883b0937";
    hash = "sha256-XJTieez5Vx8NC1V6jKSjkAnf7YM/P/g0fau3e6VPYgs=";
    rev = "1892c797926184066b9f740f5a7c3ab2772edc40";
    hash = "sha256-3bClPnEfCNmpK8o1zlVa1tzSkCxO2rCDNtadL2hQdQ8=";
  };

  propagatedUserEnvPkgs = [