forked from mirrors/nixpkgs
Merge pull request #35729 from ryantm/auto-update/hubicfuse-3.0.0-to-3.0.1
hubicfuse: 3.0.0 -> 3.0.1
This commit is contained in:
commit
ff246b2cf4
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hubicfuse-${version}";
|
name = "hubicfuse-${version}";
|
||||||
version = "3.0.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TurboGit";
|
owner = "TurboGit";
|
||||||
repo = "hubicfuse";
|
repo = "hubicfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1y4n63bk9vd6n1l5psjb9xm9h042kw4yh2ni33z7agixkanajv1s";
|
sha256 = "1x988hfffxgvqxh083pv3lj5031fz03sbgiiwrjpaiywfbhm8ffr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue