onedrive: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2024-09-27 08:22:39 +00:00
parent 2642d39526
commit cf05f8a6df

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "onedrive";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${finalAttrs.version}";
hash = "sha256-Kxva4gTF45arU3o/jcA5pKT7XhFY89sc6Y862FKE3BE=";
hash = "sha256-up7o1myrQutDOEX98rkMlxJZs+Wzaf9HkOYNsX/JC4s=";
};
outputs = [