nsync: 1.25.0 -> 1.26.0

https://github.com/google/nsync/releases/tag/1.26.0
This commit is contained in:
Luflosi 2023-06-21 16:43:37 +02:00
parent 4b42083a9d
commit ff214dbbc9
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

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