Commit ecb84855 authored by MGlolenstine's avatar MGlolenstine
Browse files

seafile-shared: 8.0.3 -> 9.0.2

parent 60551488
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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