tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
btfs: 2.17 -> 2.18
rnhmjoj
8 years ago
e76eb4ea
e4cad917
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
btfs
default.nix
+3
-3
pkgs/os-specific/linux/btfs/default.nix
···
3
3
4
4
stdenv.mkDerivation rec {
5
5
name = "btfs-${version}";
6
6
-
version = "2.17";
6
6
+
version = "2.18";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "johang";
10
10
repo = "btfs";
11
11
rev = "v${version}";
12
12
-
sha256 = "0v0mypwnx832f7vg52wmiw0lyz7rrkhqsgi7zc261ak1gfaw4nwd";
12
12
+
sha256 = "1cn21bxx43iqvac6scmwhkw0bql092sl48r6qfidbmhbw30xl5yf";
13
13
};
14
14
15
15
nativeBuildInputs = [ pkgconfig ];
···
25
25
26
26
meta = with stdenv.lib; {
27
27
description = "A bittorrent filesystem based on FUSE";
28
28
-
homepage = "https://github.com/johang/btfs";
28
28
+
homepage = https://github.com/johang/btfs;
29
29
license = licenses.gpl3;
30
30
maintainers = with maintainers; [ rnhmjoj ];
31
31
platforms = platforms.linux;