astroterm: 1.0.6 -> 1.0.7

This commit is contained in:
Guy Chronister
2025-02-07 10:04:00 -06:00
parent a503a26038
commit 40cb5a996c
+5 -2
View File
@@ -9,17 +9,18 @@
ncurses,
argtable,
versionCheckHook,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "astroterm";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "da-luce";
repo = "astroterm";
tag = "v${finalAttrs.version}";
hash = "sha256-BjqurPp0WI/wI5n2TibnyOqZ3NjRcLYB2MxqqNvTQtw=";
hash = "sha256-SQR5Q369LUtQum5a4f0/sy7GdPB8sBfn6mkAjxyTbg8=";
};
bsc5File = fetchurl {
@@ -49,6 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Celestial viewer for the terminal, written in C";
homepage = "https://github.com/da-luce/astroterm/";