mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
Merge pull request #284549 from D3vil0p3r/patch-5
gruvbox-gtk-theme: fix wrong commit version date
This commit is contained in:
commit
1b75dced99
@ -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";
|
@ -29349,8 +29349,6 @@ with pkgs;
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
||||
gruvbox-gtk-theme = callPackage ../data/themes/gruvbox-gtk-theme { };
|
||||
|
||||
gubbi-font = callPackage ../data/fonts/gubbi { };
|
||||
|
||||
gyre-fonts = callPackage ../data/fonts/gyre { };
|
||||
|
Loading…
Reference in New Issue
Block a user