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 <noreply@github.com>2024-01-28 16:27:34 +0100
commit855f31939a04715e6bb44caee3583cf78d135d53 (patch)
treeeed37e4587fb3f4a1f0763cf443b76c55265cb45 /pkgs/data
parent382935bf7adab151f8f574357c4846ec78672894 (diff)
gruvbox-gtk-theme: fix wrong commit version date
The previous `version` value related to the specified commit was wrong.
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";