Skip to content

Commit

Permalink
colloid-icon-theme: 2024-02-28 -> 2024-08-31
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2024
1 parent 151889c commit 3e1ad65
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 = "2024-02-28";
version = "2024-08-31";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
hash = "sha256-/eUlc+fnmQZ61qE/JWZDiR0mMPntLOec0nmevJa7lrc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3e1ad65

Please sign in to comment.