tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
hellwal: 1.0.3 -> 1.0.4
R. Ryantm
11 months ago
df80176e
6724b0bf
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
he
hellwal
package.nix
+2
-2
pkgs/by-name/he/hellwal/package.nix
reviewed
···
6
6
}:
7
7
stdenv.mkDerivation (finalAttrs: {
8
8
pname = "hellwal";
9
9
-
version = "1.0.3";
9
9
+
version = "1.0.4";
10
10
src = fetchFromGitHub {
11
11
owner = "danihek";
12
12
repo = "hellwal";
13
13
tag = "v${finalAttrs.version}";
14
14
-
hash = "sha256-ei612uqAdEDwodsVDkmI4CGASMzCC/q0+CuNS54B53U=";
14
14
+
hash = "sha256-M+b49KhbzvwpMvnfiNe4yy50aUjrGXEajLMmiXEOCgE=";
15
15
};
16
16
nativeBuildInputs = [ makeWrapper ];
17
17
installPhase = ''