Merge pull request #186625 from r-ryantm/auto-update/google-drive-ocamlfuse

google-drive-ocamlfuse: 0.7.28 -> 0.7.30
This commit is contained in:
Jörg Thalheim 2022-08-14 13:20:34 +01:00 committed by GitHub
commit d22b8e0e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildDunePackage rec {
pname = "google-drive-ocamlfuse";
version = "0.7.28";
version = "0.7.30";
src = fetchFromGitHub {
owner = "astrada";
repo = "google-drive-ocamlfuse";
rev = "v${version}";
sha256 = "sha256:1layxqz5iz6wnvk83579m1im9vzq608h7n1h04znpkan0fls6nad";
sha256 = "sha256-DWG0nBiqeVHaYQfGzU43gGwL4m8X61x5/RT5jD4AwYA=";
};
doCheck = true;