Skip to content

Commit 94bdf76

Browse files
r-ryantmwegank
authored andcommitted
seafile-client: 9.0.11 -> 9.0.12
1 parent 0ca83b9 commit 94bdf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/seafile-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "seafile-client";
18-
version = "9.0.11";
18+
version = "9.0.12";
1919

2020
src = fetchFromGitHub {
2121
owner = "haiwen";
2222
repo = "seafile-client";
2323
rev = "v${version}";
24-
sha256 = "sha256-qiJ/GDbwCei51tsa5MNbjsWQWZNxONFj20QEss/jbRE=";
24+
sha256 = "sha256-9ng8TsT211jAt2Vhv8fEIQGCtbQ6LQ6pCVFToVaK8LY=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)