about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-17 17:46:13 -0500
committerGitHub <noreply@github.com>2024-02-17 17:46:13 -0500
commitbbd0f3f98f269553ecbef751a32fc302878c2ed3 (patch)
tree5cea5f090380379c9eb5384af724da989c1aa34c /pkgs/data/themes
parent90e53f28a95a8c286e82441fbb2271c272e95265 (diff)
parent40f3ae06340e5e1d148ac13ad7fcac32958cb31b (diff)
downloadnixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar.gz
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar.bz2
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar.lz
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar.xz
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.tar.zst
nixlib-bbd0f3f98f269553ecbef751a32fc302878c2ed3.zip
Merge pull request #289569 from r-ryantm/auto-update/dracula-theme
dracula-theme: unstable-2024-02-08 -> unstable-2024-02-16
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/dracula-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/dracula-theme/default.nix b/pkgs/data/themes/dracula-theme/default.nix
index fe17da65a142..dec34430c097 100644
--- a/pkgs/data/themes/dracula-theme/default.nix
+++ b/pkgs/data/themes/dracula-theme/default.nix
@@ -2,7 +2,7 @@
 
 let
   themeName = "Dracula";
-  version = "unstable-2024-02-08";
+  version = "unstable-2024-02-16";
 in
 stdenvNoCC.mkDerivation {
   pname = "dracula-theme";
@@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
   src = fetchFromGitHub {
     owner = "dracula";
     repo = "gtk";
-    rev = "b974287300b58766c9f020a6fc779e5cd9ca4da8";
-    hash = "sha256-01UHRPO8Cdgdd2FTxGGxCGOPGHBx9JgR7Taoh8Xm58U=";
+    rev = "0be7ae81dc1c15887146db802884aa56f3d92751";
+    hash = "sha256-PmCJg/mE4mZ7KLljH4ZQou0zsaOo80z19XSmKCjojuw=";
   };
 
   propagatedUserEnvPkgs = [