Skip to content

Commit

Permalink
whitesur-icon-theme: 2024-09-07 -> 2025-02-10 (#380982)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Feb 10, 2025
2 parents 1783f05 + b8613fe commit 7fd3a72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/wh/whitesur-icon-theme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ lib.checkListOfEnum "${pname}: theme variants"
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2024-09-07";
version = "2025-02-10";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-/cW/ymT9MjB07Sw7ifpr6x8oaaeI4PSyaOdLci7AncY=";
repo = "WhiteSur-icon-theme";
tag = "v${version}";
hash = "sha256-spTmS9Cn/HAnbgf6HppwME63cxWEbcKwWYMMj8ajFyY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7fd3a72

Please sign in to comment.