Merge pull request #336039 from r-ryantm/auto-update/dracula-theme

dracula-theme: 4.0.0-unstable-2024-08-06 -> 4.0.0-unstable-2024-08-14
This commit is contained in:
Nick Cao 2024-08-20 15:52:45 -04:00 committed by GitHub
commit 1eeae5728e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
let
themeName = "Dracula";
version = "4.0.0-unstable-2024-08-06";
version = "4.0.0-unstable-2024-08-14";
in
stdenvNoCC.mkDerivation {
pname = "dracula-theme";
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "dracula";
repo = "gtk";
rev = "f3396127033ebfb29da1d994e4ced4a61675850a";
hash = "sha256-zOLtR1R5wjgHtihO6QGBGU3RhoxBbcCNfjnwNd+aNA0=";
rev = "be80a123f1c47a9fdb6181e60a641778e14be2f7";
hash = "sha256-c+DOYv3Eg31Fdt8qDBNYFPS/zuGInxJu2AsZqDExjPk=";
};
propagatedUserEnvPkgs = [