We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca83b9 commit 94bdf76Copy full SHA for 94bdf76
pkgs/applications/networking/seafile-client/default.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation rec {
17
pname = "seafile-client";
18
- version = "9.0.11";
+ version = "9.0.12";
19
20
src = fetchFromGitHub {
21
owner = "haiwen";
22
repo = "seafile-client";
23
rev = "v${version}";
24
- sha256 = "sha256-qiJ/GDbwCei51tsa5MNbjsWQWZNxONFj20QEss/jbRE=";
+ sha256 = "sha256-9ng8TsT211jAt2Vhv8fEIQGCtbQ6LQ6pCVFToVaK8LY=";
25
};
26
27
nativeBuildInputs = [
0 commit comments