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

seafile-shared: 9.0.3 -> 9.0.4
This commit is contained in:
Mario Rodas 2023-10-26 05:29:48 -05:00 committed by GitHub
commit 6e3862d4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "9.0.3";
version = "9.0.4";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "sha256-g8MQFhDBBUuEDGsJ14rHGsaGEznOtCMVOv+5kljXByY=";
sha256 = "sha256-WBbJ6e2I7SGqvZo3yH8L1ZbNPkyA6zTGS12Gq186DL4=";
};
nativeBuildInputs = [