summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-21 11:39:45 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-21 11:39:45 +0000
commitc4bdd776db2615a840deb5008cbb25a1e3abe15c (patch)
tree4b59a048a981cddbbcc6b1bf2cf6a64a79cd4854 /pkgs/misc/seafile-shared
parente893358693b614dce21823fbc7321eee5fa7ecc3 (diff)
downloadnixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar.gz
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar.bz2
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar.lz
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar.xz
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.tar.zst
nixpkgs-c4bdd776db2615a840deb5008cbb25a1e3abe15c.zip
seafile-shared: 7.0.5 -> 7.0.6
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index 6236b3a71ba..3277abbb77b 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "seafile-shared";
-  version = "7.0.5";
+  version = "7.0.6";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
     rev = "v${version}";
-    sha256 = "162dnm3sf7bkrnyqd8bcb6il6f2cam9gnaxj6d5dn48k77fw9ryc";
+    sha256 = "0pc6xbwxljpj7h37za63kspdi90ap58x6x5b7hsmlhahblvlw0b8";
   };
 
   nativeBuildInputs = [