Skip to content

Commit 9cb21a4

Browse files
authored
onedrive: 2.5.0-rc3 -> 2.5.0 (#342277)
2 parents d92f4f7 + cf0de14 commit 9cb21a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/on/onedrive/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "onedrive";
20-
version = "2.5.0-rc3";
20+
version = "2.5.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "abraunegg";
2424
repo = "onedrive";
2525
rev = "v${finalAttrs.version}";
26-
hash = "sha256-UOtCRCHTBpPScFB/OcGalGFjVUslULBO3KIED+0Hs+M=";
26+
hash = "sha256-Kxva4gTF45arU3o/jcA5pKT7XhFY89sc6Y862FKE3BE=";
2727
};
2828

2929
outputs = [

0 commit comments

Comments
 (0)