tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
astroterm: 1.0.8 -> 1.0.9
R. Ryantm
5 months ago
dd3de76c
ef9cd0e4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
as
astroterm
package.nix
+2
-2
pkgs/by-name/as/astroterm/package.nix
···
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "astroterm";
17
-
version = "1.0.8";
18
19
src = fetchFromGitHub {
20
owner = "da-luce";
21
repo = "astroterm";
22
tag = "v${finalAttrs.version}";
23
-
hash = "sha256-XSJq2M+rOZf18ueF1jjApOR140mkMZOm/IFzA7M5x4M=";
24
};
25
26
bsc5File = fetchurl {
···
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "astroterm";
17
+
version = "1.0.9";
18
19
src = fetchFromGitHub {
20
owner = "da-luce";
21
repo = "astroterm";
22
tag = "v${finalAttrs.version}";
23
+
hash = "sha256-3UXFB4NNKn2w1dYlQzhFyxWwa7/1qkCXPNdBqHK+eQ8=";
24
};
25
26
bsc5File = fetchurl {