seafile-shared: 8.0.3 -> 9.0.2

This commit is contained in:
MGlolenstine 2023-06-26 12:08:02 +02:00
parent 6055148854
commit ecb8485514

View File

@ -9,20 +9,22 @@
, python3
, sqlite
, vala
, libwebsockets
}:
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "8.0.3";
version = "9.0.2";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "0fdc14d5175979919b7c741f6bb97bfaaacbbfbe";
sha256 = "1cr1hvpp96s5arnzh1r5sazapcghhvbazbf7zym37yp3fy3lpya1";
rev = "v${version}";
sha256 = "sha256-aJJVrKulZVa1LNOUBIwuPrWqlsjz7kyP/LXWwxO8++A=";
};
nativeBuildInputs = [
libwebsockets
autoreconfHook
vala
pkg-config