seafile-shared: 8.0.1 -> 8.0.3

(cherry picked from commit 7644ef6f57d005a47da37b8eb73df72f3f3b1256)
This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-30 16:08:51 +02:00
parent 806c01c9f9
commit 6a36dabcfa
1 changed files with 3 additions and 3 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "seafile-shared"; pname = "seafile-shared";
version = "8.0.1"; version = "8.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "haiwen"; owner = "haiwen";
repo = "seafile"; repo = "seafile";
rev = "d34499a2aafa024623a4210fe7f663cef13fe9a6"; rev = "v${version}";
sha256 = "VKoGr3CTDFg3Q0X+MTlwa4BbfLB+28FeTyTJRCq37RA="; sha256 = "F6kLPWZb7FttyAP7pNEn+aRcAjvZlMNXrmuHMYa0Xig=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [