summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorGreizgh <greizgh@ephax.org>2021-06-01 23:06:14 +0200
committerGreizgh <greizgh@ephax.org>2021-10-23 11:34:32 +0200
commit67979f2ff0737783465013a5e06f142a3a6b5b68 (patch)
treee3eeae36668f099986a95a90000e3e9cfff8bc69 /pkgs/misc/seafile-shared
parentabe6b7ee708c02aeb168ca20a3d3fa2ef29a21c1 (diff)
downloadnixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar.gz
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar.bz2
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar.lz
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar.xz
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.tar.zst
nixpkgs-67979f2ff0737783465013a5e06f142a3a6b5b68.zip
seafile-shared: prefer commit hash over tag
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 cc6d0ced6d1..195b60115ef 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
-    rev = "v${version}";
-    sha256 = "QflLh3fj+jOq/8etr9aG8LGrvtIlB/htVkWbdO+GIbM=";
+    rev = "0fdc14d5175979919b7c741f6bb97bfaaacbbfbe";
+    sha256 = "1cr1hvpp96s5arnzh1r5sazapcghhvbazbf7zym37yp3fy3lpya1";
   };
 
   nativeBuildInputs = [