hubicfuse: 2.1.0 -> 3.0.0
* bump version * fetchurl -> fetchFromGitHub
This commit is contained in:
parent
034d39b244
commit
86af731cf8
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, curl, openssl, fuse, libxml2, json_c, file }:
|
{ stdenv, fetchFromGitHub, pkgconfig, curl, openssl, fuse, libxml2, json_c, file }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hubicfuse-${version}";
|
name = "hubicfuse-${version}";
|
||||||
version = "2.1.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = https://github.com/TurboGit/hubicfuse/archive/v2.1.0.tar.gz;
|
owner = "TurboGit";
|
||||||
sha256 = "1mnijcwac6k3f6xknvdrsbmkkizpwbayqkb5l6jic15ymxv1fs7d";
|
repo = "hubicfuse";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1y4n63bk9vd6n1l5psjb9xm9h042kw4yh2ni33z7agixkanajv1s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig curl openssl fuse libxml2 json_c file ];
|
buildInputs = [ pkgconfig curl openssl fuse libxml2 json_c file ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user