0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

[Backport release-24.11] onedrive: 2.5.2 -> 2.5.3 (#363292)

This commit is contained in:
Wolfgang Walther 2024-12-08 18:37:26 +01:00 committed by GitHub
commit 2c70e5e65a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "onedrive";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${finalAttrs.version}";
hash = "sha256-neJi5lIx45GsuwZPzzwwEm1bfrL2DFSysVkxa4fCBww";
hash = "sha256-Lek1tW0alQQvlOHpz//M/y4iJY3PWRkcmXGLwjCLozk=";
};
outputs = [