Merge pull request #47792 from r-ryantm/auto-update/google-drive-ocamlfuse
google-drive-ocamlfuse: 0.6.25 -> 0.7.0
This commit is contained in:
commit
4b2aef2d36
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-drive-ocamlfuse-${version}";
|
name = "google-drive-ocamlfuse-${version}";
|
||||||
version = "0.6.25";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astrada";
|
owner = "astrada";
|
||||||
repo = "google-drive-ocamlfuse";
|
repo = "google-drive-ocamlfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1rjm2jcc93sz7l25zbgqal81534vvvbmwy7847s0k8fkr5nq97gp";
|
sha256 = "14r2y5blvid0640ixd0b4agpcfgkan5j9qdv3g0cn2q6ik39lfyl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ dune ];
|
nativeBuildInputs = [ dune ];
|
||||||
|
Loading…
Reference in New Issue
Block a user