onedrive: 2.4.20 -> 2.4.21

This commit is contained in:
R. Ryantm
2022-09-29 15:45:30 +08:00
committed by Peter Hoeg
parent f4e8fc64ca
commit 177911fa86
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.20";
version = "2.4.21";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
hash = "sha256-2sDs4AhiyccVpnfCGPBL+QifQGStbrzSUIL547kh2ko=";
hash = "sha256-KZVRLXXaJYMqHzjxTfQaD0u7n3ACBEk3fLOmqwybNhM=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];