gruvbox-gtk-theme: fix wrong commit version date

The previous `version` value related to the specified commit was wrong.
This commit is contained in:
D3vil0p3r
2024-01-28 16:27:34 +01:00
committed by GitHub
parent 382935bf7a
commit 855f31939a
@@ -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";