onedrive: 2.5.0 -> 2.5.1 (#344836)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-27 13:18:58 +00:00 committed by GitHub
commit 14d4ef8a2e
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";
version = "2.5.1";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${finalAttrs.version}";
hash = "sha256-Kxva4gTF45arU3o/jcA5pKT7XhFY89sc6Y862FKE3BE=";
hash = "sha256-up7o1myrQutDOEX98rkMlxJZs+Wzaf9HkOYNsX/JC4s=";
};
outputs = [