onedrive: 2.4.23 -> 2.4.25

This commit is contained in:
R. Ryantm 2023-06-23 09:21:51 +00:00
parent 05a9a6a6f4
commit 33149b7261

View File

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