seafile-shared: 9.0.4 -> 9.0.5

This commit is contained in:
R. Ryantm 2024-02-27 12:48:26 +00:00
parent c8208f98ab
commit 4cd86f9b6e
1 changed files with 2 additions and 2 deletions

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 = [