Commit 94bdf76b authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

seafile-client: 9.0.11 -> 9.0.12

parent 0ca83b9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "seafile-client";
  version = "9.0.11";
  version = "9.0.12";

  src = fetchFromGitHub {
    owner = "haiwen";
    repo = "seafile-client";
    rev = "v${version}";
    sha256 = "sha256-qiJ/GDbwCei51tsa5MNbjsWQWZNxONFj20QEss/jbRE=";
    sha256 = "sha256-9ng8TsT211jAt2Vhv8fEIQGCtbQ6LQ6pCVFToVaK8LY=";
  };

  nativeBuildInputs = [