about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-16 21:43:43 +0200
committerGitHub <noreply@github.com>2020-12-16 21:43:43 +0200
commit2f1e105e80a56daea25bf386a822d41fc3618f49 (patch)
treef8e84a10650272a4c805d9627b9f1e3995e136ba /pkgs/applications/networking/sync
parentca2723567e629e9f1542c34bf20ba20f7c6d4dc9 (diff)
parent30c42e1fe451ae9e4cf489e141611f5f9cbf7a9a (diff)
Merge pull request #104564 from r-ryantm/auto-update/onedrive
onedrive: 2.4.2 -> 2.4.7
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/onedrive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/onedrive/default.nix b/pkgs/applications/networking/sync/onedrive/default.nix
index be255a6c1465f..b41178922af98 100644
--- a/pkgs/applications/networking/sync/onedrive/default.nix
+++ b/pkgs/applications/networking/sync/onedrive/default.nix
@@ -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 ];