onedrive: 2.4.25 -> 2.5.0-rc3

This commit is contained in:
Anderson Torres 2024-08-25 21:06:16 -03:00
parent 8a5c948e77
commit 07a1d0fb2f

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "onedrive";
version = "2.4.25";
version = "2.5.0-rc3";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${finalAttrs.version}";
hash = "sha256-M6EOJiykmAKWIuAXdm9ebTSX1eVoO+1axgzxlAmuI8U=";
hash = "sha256-UOtCRCHTBpPScFB/OcGalGFjVUslULBO3KIED+0Hs+M=";
};
outputs = [