arc-icon-theme: refactor (#528114)

This commit is contained in:
José Romildo Malaquias
2026-06-05 14:02:38 +00:00
committed by GitHub

View File

@@ -10,14 +10,14 @@
hicolor-icon-theme,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-icon-theme";
version = "20161122";
src = fetchFromGitHub {
owner = "horst3180";
repo = "arc-icon-theme";
tag = version;
tag = finalAttrs.version;
hash = "sha256-TfYtzwo69AC5hHbzEqB4r5Muqvn/eghCGSlmjMCFA7I=";
};
@@ -45,4 +45,4 @@ stdenvNoCC.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ romildo ];
};
}
})