We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bb1ef commit e8e3dedCopy full SHA for e8e3ded
pkgs/by-name/as/astroterm/package.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "astroterm";
16
- version = "1.0.4";
+ version = "1.0.6";
17
18
src = fetchFromGitHub {
19
owner = "da-luce";
20
repo = "astroterm";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-CYKW/RAQ3a5238cojbpGfTenMQApfaZOHnQMrZ6LWzA=";
+ hash = "sha256-BjqurPp0WI/wI5n2TibnyOqZ3NjRcLYB2MxqqNvTQtw=";
23
};
24
25
bsc5File = fetchurl {
0 commit comments