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

dracula-theme: 4.0.0-unstable-2024-05-12 -> 4.0.0-unstable-2024-05-18
This commit is contained in:
Weijia Wang 2024-06-02 17:39:34 +02:00 committed by GitHub
commit c2812409e3
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-05-12";
version = "4.0.0-unstable-2024-05-18";
in
stdenvNoCC.mkDerivation {
pname = "dracula-theme";
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "dracula";
repo = "gtk";
rev = "98ad13fb6efbdcbf944b3c5507de01cf94338c0c";
hash = "sha256-qF35jUvoDw3xMGGscET18sKqqQ0+oZJYNnSXbvy7ayM=";
rev = "9261309c75b49c0917b4787912f6218b8deba70d";
hash = "sha256-4vTc/OK36rHXVJ1FLrMLcMsVNMPFYLPJ/fHYScDBGVI=";
};
propagatedUserEnvPkgs = [