Skip to content

Commit e8e3ded

Browse files
authored
astroterm: 1.0.4 -> 1.0.6 (#378908)
1 parent f2bb1ef commit e8e3ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/as/astroterm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "astroterm";
16-
version = "1.0.4";
16+
version = "1.0.6";
1717

1818
src = fetchFromGitHub {
1919
owner = "da-luce";
2020
repo = "astroterm";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-CYKW/RAQ3a5238cojbpGfTenMQApfaZOHnQMrZ6LWzA=";
22+
hash = "sha256-BjqurPp0WI/wI5n2TibnyOqZ3NjRcLYB2MxqqNvTQtw=";
2323
};
2424

2525
bsc5File = fetchurl {

0 commit comments

Comments
 (0)