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

onedrive: 2.4.2 -> 2.4.7
This commit is contained in:
Doron Behar 2020-12-16 21:43:43 +02:00 committed by GitHub
commit 2f1e105e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.2";
version = "2.4.7";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
sha256 = "10s33p1xzq9c5n1bxv9n7n31afxgx9i6c17w0xgxdrma75micm3a";
sha256 = "12g2z6c4f65y8cc7vyhk9nlg1mpbsmlsj7ghlny452qhr13m7qpn";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkgconfig ];