nsync: 1.26.0 -> 1.27.0

This commit is contained in:
R. Ryantm 2024-05-06 09:50:09 +00:00
parent dd4070b45f
commit d169b160be

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nsync";
version = "1.26.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = version;
hash = "sha256-pE9waDI+6LQwbyPJ4zROoF93Vt6+SETxxJ/UxeZE5WE=";
hash = "sha256-5pd2IpnPB7lEmy44OJjcwfE+yUQBS0fZVG18VUe/3C8=";
};
nativeBuildInputs = [ cmake ];