google-drive-ocamlfuse: 0.7.1 -> 0.7.2 (#56687)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/google-drive-ocamlfuse/versions
This commit is contained in:
R. RyanTM 2019-03-27 15:15:58 -07:00 committed by xeji
parent 257076158d
commit 3c9f5ae7e1

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "google-drive-ocamlfuse-${version}";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "astrada";
repo = "google-drive-ocamlfuse";
rev = "v${version}";
sha256 = "0sjjlfndz8s78fl7vb8alz3nsksjrm4hbnnj11xa0i6k16v6pv1y";
sha256 = "1l6b4bs5x373pw210nl8xal03ns2ib1ls49y64s3lqjfh5wjmnjy";
};
nativeBuildInputs = [ dune ];