onedrive: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm
2025-03-17 07:45:37 +00:00
parent a2a66180ba
commit 7d6c9f3cf8
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "onedrive";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "abraunegg";
repo = "onedrive";
rev = "v${finalAttrs.version}";
hash = "sha256-KJ+6Yo5tod36yMihBamdzCGzVOTItN9OgUd05pAyTxc=";
hash = "sha256-SoTkphmxWVAeSfqO7Vqm8bdPAP1hK57zFNR6N5elEOM=";
};
outputs = [