astroterm: 1.0.8 -> 1.0.9

This commit is contained in:
R. Ryantm
2025-09-09 06:55:21 +00:00
parent ef9cd0e498
commit dd3de76c66
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "astroterm";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "da-luce";
repo = "astroterm";
tag = "v${finalAttrs.version}";
hash = "sha256-XSJq2M+rOZf18ueF1jjApOR140mkMZOm/IFzA7M5x4M=";
hash = "sha256-3UXFB4NNKn2w1dYlQzhFyxWwa7/1qkCXPNdBqHK+eQ8=";
};
bsc5File = fetchurl {