Skip to content

Commit

Permalink
fluent-gtk-theme: 2023-06-20 -> 2024-04-28
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Apr 29, 2024
1 parent aa606b1 commit ee43d86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/data/themes/fluent-gtk-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "light" "dark" ] col
lib.checkListOfEnum "${pname}: size variants" [ "standard" "compact" ] sizeVariants
lib.checkListOfEnum "${pname}: tweaks" [ "solid" "float" "round" "blur" "noborder" "square" ] tweaks

stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation (finalAttrs: {
inherit pname;
version = "2023-06-20";
version = "2024-04-28";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-hUXlzLdcWeOHEJx3+vCMpxvJst6Rr8ISvlzlsUgCrhg=";
repo = "fluent-gtk-theme";
rev = finalAttrs.version;
hash = "sha256-0zf3fHtWcrbT26jgwgsPEDDhBWErOkgXyvGwSWV8rGs=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -74,4 +74,4 @@ stdenvNoCC.mkDerivation rec {
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
};
}
})

0 comments on commit ee43d86

Please sign in to comment.