about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorD3vil0p3r <crazysnob@live.it>2024-01-28 16:27:34 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-28 16:26:07 +0000
commit6434454c8521479b3eaed38572e6707ac00b8caa (patch)
tree4b362aa2b9e0363cc3e37157967da653782aaa79 /pkgs/data
parent40cd68265f115b8be2c1d7e8c79cbcc3eb5eaac7 (diff)
gruvbox-gtk-theme: fix wrong commit version date
The previous `version` value related to the specified commit was wrong.

(cherry picked from commit 855f31939a04715e6bb44caee3583cf78d135d53)
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/gruvbox-gtk-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/gruvbox-gtk-theme/default.nix b/pkgs/data/themes/gruvbox-gtk-theme/default.nix
index b579f71d8b8b5..042f23bebba35 100644
--- a/pkgs/data/themes/gruvbox-gtk-theme/default.nix
+++ b/pkgs/data/themes/gruvbox-gtk-theme/default.nix
@@ -6,7 +6,7 @@
 }:
 stdenvNoCC.mkDerivation {
   pname = "gruvbox-gtk-theme";
-  version = "unstable-2023-05-26";
+  version = "unstable-2023-05-28";
 
   src = fetchFromGitHub {
     owner = "Fausto-Korpsvart";