onedrive: 2.4.13 -> 2.4.14

(#149433)
This commit is contained in:
R. RyanTM 2022-01-01 14:03:49 -08:00 committed by GitHub
parent 57842398c9
commit 6a73381c30
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.13";
version = "2.4.14";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-v1GSHwcP9EQaADIEKO14yotJBEEatbKugVJOCsTLr2w=";
sha256 = "sha256-zh9CSvuwZj9B8XPvV23xS0MqnsR+vhfdD8V+k6CjCxQ=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];