summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-10 17:16:20 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 09:01:39 -0700
commit86cf41abc1537cdf258698d9a81dbd59eef61dc4 (patch)
tree409de094bdd7186caa5dfc593d209985f214efaf /pkgs/applications/networking/sync
parente27062982ee11806a30f56a47a6cc9023832caf3 (diff)
downloadnixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar.gz
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar.bz2
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar.lz
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar.xz
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.tar.zst
nixpkgs-86cf41abc1537cdf258698d9a81dbd59eef61dc4.zip
onedrive: 2.4.10 -> 2.4.11
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 300214e58b7..b7e9f220f00 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.10";
+  version = "2.4.11";
 
   src = fetchFromGitHub {
     owner = "abraunegg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256:0dvxjkni66g82j9wr6yy07sn7d7yr7bbc0py89pxybvsbid88l65";
+    sha256 = "sha256-ioOrkhVeHHqIjoEXcYo8ATJW+2+nZOehf3XbAJUEXpY=";
   };
 
   nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];