onedrive: 2.4.22 -> 2.4.23

This commit is contained in:
Ryan Horiguchi 2023-01-06 00:23:09 +01:00 committed by Peter Hoeg
parent 6b6acf136a
commit 09696eab5d

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "onedrive";
version = "2.4.22";
version = "2.4.23";
src = fetchFromGitHub {
owner = "abraunegg";
repo = pname;
rev = "v${version}";
hash = "sha256-/NhZHJEu2s+HlEUb1DqRdrpvrIWrDAtle07+oXMJCdI=";
hash = "sha256-yHpjutZV2u1VhnLxsQIu0NtKnqwtoRn4TM+8tXJ4RNo=";
};
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];