7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-6+P+QQpP1jxsydqhVrZkjl1gaqNcx4kS2994hOBhtu8=";
23 description = "A color theme generator for editors and terminal emulators";
24 homepage = "https://github.com/benbusby/colorstorm";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ ];
27 inherit (zig_0_9.meta) platforms;