onedrive: 2.4.19 -> 2.14.20

This commit is contained in:
Ryan Horiguchi 2022-07-20 22:10:03 +02:00
parent 339f1ef010
commit 3934afb8b1
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A

View File

@ -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 ];