Merge pull request #134218 from r-ryantm/auto-update/onedrive

onedrive: 2.4.12 -> 2.4.13
This commit is contained in:
Ben Siraphob 2021-08-15 15:26:31 +00:00 committed by GitHub
commit 3e24af2832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.12";
version = "2.4.13";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rG9W90+wGLnhnfhqJjUIFGP6ZcmaxGkrdhPxQVRyxoc=";
sha256 = "sha256-v1GSHwcP9EQaADIEKO14yotJBEEatbKugVJOCsTLr2w=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];