u9fs: unstable-2020-11-21 -> unstable-2021-25
* Use new (?) upstream over disappeared 9front hg repo, see also https://www.mail-archive.com/9fans@9fans.net/msg39324.html * Link to Plan 9 Foundation's man page viewer as the Bell Labs has gone offine.
This commit is contained in:
parent
c4233257cf
commit
086c5106d1
@ -1,13 +1,14 @@
|
|||||||
{ lib, stdenv, fetchhg }:
|
{ lib, stdenv, fetchFromBitbucket }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "u9fs";
|
pname = "u9fs";
|
||||||
version = "unstable-2020-11-21";
|
version = "unstable-2021-01-25";
|
||||||
|
|
||||||
src = fetchhg {
|
src = fetchFromBitbucket {
|
||||||
url = "https://code.9front.org/hg/plan9front";
|
owner = "plan9-from-bell-labs";
|
||||||
rev = "6eef4d6a9bce";
|
repo = "u9fs";
|
||||||
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
rev = "d65923fd17e8b158350d3ccd6a4e32b89b15014a";
|
||||||
|
sha256 = "0h06l7ciikp3gzrr550z0fyrfp3y2067dfd3rxxw0q95z4l6vhy1";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -17,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Serve 9P from Unix";
|
description = "Serve 9P from Unix";
|
||||||
homepage = "http://plan9.bell-labs.com/magic/man2html/4/u9fs";
|
homepage = "http://p9f.org/magic/man2html?man=u9fs§=4";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = [ maintainers.ehmry ];
|
maintainers = [ maintainers.ehmry ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user