onedrive: 2.3.10 -> 2.3.11

Also, changed name to onedrive-abraunegg. Shows it's not official, and also gets tracked in repology for a potential auto-update using @ryantm 's bot.
This commit is contained in:
SRGOM 2019-11-14 00:26:45 +05:30 committed by Jon
parent 69561925c0
commit 3bc67c81ce

View file

@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.3.10";
pname = "onedrive-abraunegg";
version = "2.3.11";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${version}";
sha256 = "0ks22anxih63zwlc11z0gi531wvcricbkv1wlkrgfihi58l8fhfk";
sha256 = "08k5b3izqzk9mjjny5y47i3q5sl0w37xdqrhaacjxwm0jib9w0mh";
};
nativeBuildInputs = [
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "A complete tool to interact with OneDrive on Linux";
homepage = "https://github.com/abraunegg/onedrive";
license = licenses.gpl3;
maintainers = with maintainers; [ doronbehar ];
maintainers = with maintainers; [ doronbehar srgom];
platforms = platforms.linux;
};
}