onedrive: 2.5.0-rc3 -> 2.5.0 (#342277)

This commit is contained in:
Fabián Heredia Montiel 2024-09-17 07:23:24 -06:00 committed by GitHub
commit 9cb21a4bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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