btfs: 2.17 -> 2.18

This commit is contained in:
rnhmjoj 2018-01-13 03:52:23 +01:00
parent e4cad917a2
commit e76eb4ea88
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "btfs-${version}";
version = "2.17";
version = "2.18";
src = fetchFromGitHub {
owner = "johang";
repo = "btfs";
rev = "v${version}";
sha256 = "0v0mypwnx832f7vg52wmiw0lyz7rrkhqsgi7zc261ak1gfaw4nwd";
sha256 = "1cn21bxx43iqvac6scmwhkw0bql092sl48r6qfidbmhbw30xl5yf";
};
nativeBuildInputs = [ pkgconfig ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A bittorrent filesystem based on FUSE";
homepage = "https://github.com/johang/btfs";
homepage = https://github.com/johang/btfs;
license = licenses.gpl3;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;