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

dracula-theme: unstable-2024-03-31 -> unstable-2024-04-08
This commit is contained in:
Weijia Wang 2024-04-12 10:04:05 +02:00 committed by GitHub
commit 7df411c0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
let
themeName = "Dracula";
version = "unstable-2024-03-31";
version = "unstable-2024-04-08";
in
stdenvNoCC.mkDerivation {
pname = "dracula-theme";
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "dracula";
repo = "gtk";
rev = "c21f12be904fe55336397fc80feb1a8c8216dca2";
hash = "sha256-UbipHarnLkCDpUhQOP/uJlXSJ5zHptpNpLPgYwDz+1A=";
rev = "18350cafd8e9c775737f97fb5acf0890e29bc47a";
hash = "sha256-uhcRV7E7GDjWjetUHcz/E/g36m/yYTg3c9WJo6gYTJA=";
};
propagatedUserEnvPkgs = [