nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

syncthing: 0.14.3 -> 0.14.4 (#17723) (#17776)

(cherry picked from commit 6172662676cb10b37ea2a57d2b04bc0599e546dd)

authored by

jokogr and committed by
Franz Pletz
baf46b99 f6a4aa06

+2 -2
+2 -2
pkgs/applications/networking/syncthing/default.nix
··· 1 1 { stdenv, fetchFromGitHub, go }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "0.14.3"; 4 + version = "0.14.4"; 5 5 name = "syncthing-${version}"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "syncthing"; 9 9 repo = "syncthing"; 10 10 rev = "v${version}"; 11 - sha256 = "114i0911h3q6dn3j9x2qcm5lzpqclvrpf5vk87qpqp9qy62jp3az"; 11 + sha256 = "0i1pgwy7vn2hfcqa7dvrrc40hzrzn47alvnxm058f2hhxjis3fdw"; 12 12 }; 13 13 14 14 buildInputs = [ go ];