tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
forktty: ibiblioPubLinux mirror
AndersonTorres
3 years ago
197cb047
ae55f080
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
forktty
default.nix
+2
-2
pkgs/os-specific/linux/forktty/default.nix
···
5
version = "1.3";
6
7
src = fetchurl {
8
-
url = "http://sunsite.unc.edu/pub/linux/utils/terminal/forktty-${version}.tgz";
9
-
sha256 = "sha256-6xc5eshCuCIOsDh0r2DizKAeypGH0TRRotZ4itsvpVk=";
10
};
11
12
preBuild = ''
···
5
version = "1.3";
6
7
src = fetchurl {
8
+
url = "mirror://ibiblioPubLinux/utils/terminal/${pname}-${version}.tgz";
9
+
hash = "sha256-6xc5eshCuCIOsDh0r2DizKAeypGH0TRRotZ4itsvpVk=";
10
};
11
12
preBuild = ''