13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-RUPpgMVl9Cm8uhztdfKnuQ6KdMn9m9PewlT59NnTSiY=";
20 vendorHash = "sha256-xuc8rAkyCInNFxs5itwabqBe4CPg/sAuhcTJsapx7Q8=";
24 "-X github.com/Phantas0s/devdash/cmd.current=${version}"
25 "-X github.com/Phantas0s/devdash/cmd.buildDate=1970-01-01-00:00:01"
32 substituteInPlace **/*.go --replace '"/bin/' '"/usr/bin/env '
38 runtimeDependencies = [
42 passthru.updateScript = nix-update-script { };
45 description = "Highly configurable terminal dashboard for developers and creators";
46 homepage = "https://github.com/Phantas0s/devdash";
47 changelog = "https://github.com/Phantas0s/devdash/blob/v${version}/CHANGELOG.md";
48 maintainers = with lib.maintainers; [ h7x4 ];
49 license = lib.licenses.asl20;
50 mainProgram = "devdash";