Skip to content

Commit

Permalink
Merge pull request NixOS#223588 from romildo/upd.colloid-icon-theme
Browse files Browse the repository at this point in the history
colloid-icon-theme: 2023-01-08 -> 2023-03-28
  • Loading branch information
romildo authored Apr 16, 2023
2 parents cb578ff + f1d94e3 commit 3ec47ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/icons/colloid-icon-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red"

stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-01-08";
version = "2023-03-28";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-n4kMOIp7AD5Ue4qY4G3ja/VTyYF7cqhdI0uuk9b6o5c=";
hash = "sha256-R7QKxZdcKUeTD6E9gj02Tu5tYv9JyqyH2sCsdOk9zTM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3ec47ba

Please sign in to comment.