Skip to content

Commit

Permalink
onedrive: 2.4.16 -> 2.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 5, 2022
1 parent fa824ea commit 5a51d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sync/onedrive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.16";
version = "2.4.17";

src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GoufEcCu/Cg2Fu0RcjTi4te/7+gZfQRTj+AtK0YnF5I=";
hash = "sha256-+ADAPxAZNDqLKLz6rAProqSDINDiTZhc2trxJFFMQeA=";
};

nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];
Expand Down

0 comments on commit 5a51d04

Please sign in to comment.