Merge pull request #291827 from r-ryantm/auto-update/seafile-shared

seafile-shared: 9.0.4 -> 9.0.5
This commit is contained in:
Weijia Wang
2024-03-07 07:26:35 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "9.0.4";
version = "9.0.5";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "sha256-WBbJ6e2I7SGqvZo3yH8L1ZbNPkyA6zTGS12Gq186DL4=";
sha256 = "sha256-ENxmRnnQVwRm/3OXouM5Oj0fLVRSj0aOHJeVT627UdY=";
};
nativeBuildInputs = [