onedrive: 2.4.17 -> 2.14.19

main
Ryan Horiguchi 2 years ago committed by Peter Hoeg
parent 836c183c60
commit a6ed92b044
  1. 4
      pkgs/applications/networking/sync/onedrive/default.nix

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.17";
version = "2.4.19";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
hash = "sha256-+ADAPxAZNDqLKLz6rAProqSDINDiTZhc2trxJFFMQeA=";
hash = "sha256-7kX7gC/1jSZGgV3ZhfebMIn/Y5gXkz22GDP2zpiwUZ4=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];

Loading…
Cancel
Save