onedrive: 2.5.9 -> 2.5.10

This commit is contained in:
R. Ryantm
2026-01-30 13:19:41 +00:00
parent c4af5cca82
commit 5ec1decedf
+2 -2
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "onedrive";
version = "2.5.9";
version = "2.5.10";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
tag = "v${finalAttrs.version}";
hash = "sha256-Vrr7KR4yMH+IZ56IUTp9eAhxEtiXx+ppleUd7jSLzxc=";
hash = "sha256-18e9Bkahi7et+vFpNRZs+OPrFZjICJ3g611MuLZI6Ps=";
};
outputs = [