colloid-icon-theme: 2024-10-18 -> 2025-02-09

This commit is contained in:
Adminy 2025-02-10 13:13:39 +00:00 committed by GitHub
parent 6f4ba113c5
commit b6e7bcd8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,13 +44,13 @@ lib.checkListOfEnum "${pname}: scheme variants"
stdenvNoCC.mkDerivation stdenvNoCC.mkDerivation
rec { rec {
inherit pname; inherit pname;
version = "2024-10-18"; version = "2025-02-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-xpRgOt/FqZSbtOlZKlZS1ILQn6OAwqKAXX3hj41Wo+0="; hash = "sha256-x2SSaIkKm1415avO7R6TPkpghM30HmMdjMFUUyPWZsk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [