about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-27 15:15:58 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-27 23:15:58 +0100
commit3c9f5ae7e152b03adef037700759fea2e28dd002 (patch)
treefec515879bf3ca6101f74728597f25d3ea5287ba
parent257076158d74c46abaf610498ae4502948e19557 (diff)
downloadnixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar.gz
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar.bz2
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar.lz
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar.xz
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.tar.zst
nixlib-3c9f5ae7e152b03adef037700759fea2e28dd002.zip
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
-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 47270cbcba8a..15e0b5a07b43 100644
--- a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
+++ b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
@@ -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 ];