about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/onedrive
diff options
context:
space:
mode:
authorSRGOM <SRGOM@users.noreply.github.com>2019-11-14 00:26:45 +0530
committerJon <jonringer@users.noreply.github.com>2019-11-13 13:25:12 -0800
commit3bc67c81cefbbb64e026f18c8c63063c39acdf10 (patch)
tree099465b0f5f3772098178638fc610ce3d1b56fed /pkgs/applications/networking/sync/onedrive
parent69561925c06f5ddc536c42ce3a866da660033c0d (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/sync/onedrive')
-rw-r--r--pkgs/applications/networking/sync/onedrive/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/sync/onedrive/default.nix b/pkgs/applications/networking/sync/onedrive/default.nix
index b1a5e8e74cb3a..194c98d36dfac 100644
--- a/pkgs/applications/networking/sync/onedrive/default.nix
+++ b/pkgs/applications/networking/sync/onedrive/default.nix
@@ -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;
   };
 }