mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 {
|
||||
pname = "u9fs";
|
||||
version = "unstable-2020-11-21";
|
||||
version = "unstable-2021-01-25";
|
||||
|
||||
src = fetchhg {
|
||||
url = "https://code.9front.org/hg/plan9front";
|
||||
rev = "6eef4d6a9bce";
|
||||
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
||||
src = fetchFromBitbucket {
|
||||
owner = "plan9-from-bell-labs";
|
||||
repo = "u9fs";
|
||||
rev = "d65923fd17e8b158350d3ccd6a4e32b89b15014a";
|
||||
sha256 = "0h06l7ciikp3gzrr550z0fyrfp3y2067dfd3rxxw0q95z4l6vhy1";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@ -17,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user