mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
Merge pull request #201797 from Icy-Thought/whitesur-icon-theme
whitesur-icon-theme: 2022-08-30 -> 2022-11-17
This commit is contained in:
commit
edff760d61
@ -9,8 +9,7 @@
|
|||||||
, themeVariants ? []
|
, themeVariants ? []
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let pname = "Whitesur-icon-theme";
|
||||||
pname = "Whitesur-icon-theme";
|
|
||||||
in
|
in
|
||||||
lib.checkListOfEnum "${pname}: theme variants" [
|
lib.checkListOfEnum "${pname}: theme variants" [
|
||||||
"default"
|
"default"
|
||||||
@ -27,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme variants" [
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "2022-08-30";
|
version = "2022-11-17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vinceliuice";
|
owner = "vinceliuice";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "pcvRD4CUwUT46/kmMbnerj5mqPCcHIRreVIh9wz6Kfg=";
|
hash = "sha256-crZ6JQeXeSjTHGIBptioNiFZas7MksJcjaKGlMP4fo0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 jdupes ];
|
nativeBuildInputs = [ gtk3 jdupes ];
|
||||||
|
Loading…
Reference in New Issue
Block a user