Merge pull request #239324 from r-ryantm/auto-update/onedrive

onedrive: 2.4.23 -> 2.4.25
This commit is contained in:
figsoda 2023-06-23 11:00:41 -04:00 committed by GitHub
commit de9c839230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];