Merge pull request #146206 from schmittlauch/seafile-client-8.0.5

seafile-client: 8.0.4 -> 8.0.5

authored by

Bobby Rong and committed by
GitHub
c8920ed7 06374747

+3 -3
+3 -3
pkgs/applications/networking/seafile-client/default.nix
··· 4 5 mkDerivation rec { 6 pname = "seafile-client"; 7 - version = "8.0.4"; 8 9 src = fetchFromGitHub { 10 owner = "haiwen"; 11 repo = "seafile-client"; 12 rev = "v${version}"; 13 - sha256 = "sha256-HIgIcw4Y/NXidCBwRMrdKojlqO8CJO+6N7s7PdBx4YQ="; 14 }; 15 16 nativeBuildInputs = [ pkg-config cmake ]; ··· 29 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 30 license = licenses.asl20; 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ schmittlauch ]; 33 }; 34 }
··· 4 5 mkDerivation rec { 6 pname = "seafile-client"; 7 + version = "8.0.5"; 8 9 src = fetchFromGitHub { 10 owner = "haiwen"; 11 repo = "seafile-client"; 12 rev = "v${version}"; 13 + sha256 = "1p9wkvnr3km829gy84b1w1pv72pany5vr3r7ydz1c0aqrp0snfhx"; 14 }; 15 16 nativeBuildInputs = [ pkg-config cmake ]; ··· 29 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 30 license = licenses.asl20; 31 platforms = platforms.linux; 32 + maintainers = with maintainers; [ schmittlauch greizgh ]; 33 }; 34 }