btfs: 2.18 -> 2.19 (#60478)
* btfs: 2.18 -> 2.19 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/btfs/versions * btfs: refactor
This commit is contained in:
parent
9db70b6a2a
commit
da627dec9f
@ -1,21 +1,20 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig,
|
||||
python3, boost, fuse, libtorrentRasterbar, curl }:
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||
, python3, boost, fuse, libtorrentRasterbar, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "btfs-${version}";
|
||||
version = "2.18";
|
||||
pname = "btfs";
|
||||
version = "2.19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "johang";
|
||||
repo = "btfs";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1cn21bxx43iqvac6scmwhkw0bql092sl48r6qfidbmhbw30xl5yf";
|
||||
sha256 = "1b58zqha2hpnk4ysp9870wd9pkyy6l106ghp0z0x655q70npj0wn";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [
|
||||
boost autoreconfHook
|
||||
fuse libtorrentRasterbar curl
|
||||
boost fuse libtorrentRasterbar curl
|
||||
];
|
||||
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user