Merge pull request #182258 from rhoriguchi/onedrive

onedrive: 2.4.19 -> 2.14.20
This commit is contained in:
Mario Rodas
2022-07-22 08:17:34 -05:00
committed by GitHub
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.19";
version = "2.4.20";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
hash = "sha256-7kX7gC/1jSZGgV3ZhfebMIn/Y5gXkz22GDP2zpiwUZ4=";
hash = "sha256-2sDs4AhiyccVpnfCGPBL+QifQGStbrzSUIL547kh2ko=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];