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