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:
parent
257076158d
commit
3c9f5ae7e1
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-drive-ocamlfuse-${version}";
|
name = "google-drive-ocamlfuse-${version}";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astrada";
|
owner = "astrada";
|
||||||
repo = "google-drive-ocamlfuse";
|
repo = "google-drive-ocamlfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0sjjlfndz8s78fl7vb8alz3nsksjrm4hbnnj11xa0i6k16v6pv1y";
|
sha256 = "1l6b4bs5x373pw210nl8xal03ns2ib1ls49y64s3lqjfh5wjmnjy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ dune ];
|
nativeBuildInputs = [ dune ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user