tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
asn: 0.73.3 -> 0.74
R. Ryantm
2 years ago
3d5ca1b4
70d8a790
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
asn
default.nix
+2
-2
pkgs/applications/networking/asn/default.nix
···
15
16
stdenv.mkDerivation rec {
17
pname = "asn";
18
-
version = "0.73.3";
19
20
src = fetchFromGitHub {
21
owner = "nitefood";
22
repo = "asn";
23
rev = "v${version}";
24
-
sha256 = "sha256-O0Iu+7UAAf+v0gZdGTdBpdn9BZ/9OqTAA/u0WDiz9s8=";
25
};
26
27
nativeBuildInputs = [ makeWrapper ];
···
15
16
stdenv.mkDerivation rec {
17
pname = "asn";
18
+
version = "0.74";
19
20
src = fetchFromGitHub {
21
owner = "nitefood";
22
repo = "asn";
23
rev = "v${version}";
24
+
sha256 = "sha256-400I8aWQaPE7qCV/HqyPzuMmKpUyLc+RK7GCVgbt7JQ=";
25
};
26
27
nativeBuildInputs = [ makeWrapper ];