Commit d169b160 authored by R. RyanTM's avatar R. RyanTM
Browse files

nsync: 1.26.0 -> 1.27.0

parent dd4070b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];