summary refs log tree commit diff
path: root/pkgs/applications/networking/google-drive-ocamlfuse
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-05-01 16:11:05 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-05-01 17:45:34 +0200
commitddf04685068c605ecaf4d080957932aa09db21cf (patch)
treef9097dd6c04c2aae8c408346b4c5007cbe6d8120 /pkgs/applications/networking/google-drive-ocamlfuse
parent8efeed72fbfd5d908eee8aa3bfd2145eba7803f3 (diff)
downloadnixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar.gz
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar.bz2
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar.lz
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar.xz
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.tar.zst
nixpkgs-ddf04685068c605ecaf4d080957932aa09db21cf.zip
google-drive-ocamlfuse: 0.7.22 -> 0.7.26
Diffstat (limited to 'pkgs/applications/networking/google-drive-ocamlfuse')
-rw-r--r--pkgs/applications/networking/google-drive-ocamlfuse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
index 72ff8bd8b4b..29ae860cdad 100644
--- a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
+++ b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
@@ -4,7 +4,7 @@
 
 buildDunePackage rec {
   pname = "google-drive-ocamlfuse";
-  version = "0.7.22";
+  version = "0.7.26";
 
   useDune2 = true;
 
@@ -14,7 +14,7 @@ buildDunePackage rec {
     owner = "astrada";
     repo = "google-drive-ocamlfuse";
     rev = "v${version}";
-    sha256 = "027j1r2iy8vnbqs8bv893f0909yk5312ki5p3zh2pdz6s865h750";
+    sha256 = "sha256-8s3DnpdYIVyJj5rtsof3WpLvX9wCrWU47dp4D6c986s=";
   };
 
   buildInputs = [ ocaml_extlib ocamlfuse gapi_ocaml ocaml_sqlite3 ];