onedrive: patch for openssl error

This commit is contained in:
ben9986
2024-12-07 14:48:51 +00:00
parent 7278930e6d
commit 9b05844dc8
+10
View File
@@ -4,6 +4,7 @@
coreutils,
curl,
fetchFromGitHub,
fetchpatch,
installShellFiles,
ldc,
libnotify,
@@ -27,6 +28,15 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-Lek1tW0alQQvlOHpz//M/y4iJY3PWRkcmXGLwjCLozk=";
};
patches = [
# remove when updating to v2.5.4
(fetchpatch {
name = "fix-openssl-version-check-error.patch";
url = "https://github.com/abraunegg/onedrive/commit/d956318b184dc119d65d7a230154df4097171a6d.patch";
hash = "sha256-LGmKqYgFpG4MPFrHXqvlDp7Cxe3cEGYeXXH9pCXtGkU=";
})
];
outputs = [
"out"
"doc"