nsync: 1.24.0 -> 1.25.0

https://github.com/google/nsync/releases/tag/1.25.0
This commit is contained in:
Luflosi 2022-10-01 14:28:36 +02:00
parent 3f2381e4bd
commit cd7bcc9174
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.24.0";
version = "1.25.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = version;
sha256 = "sha256-jQJtlBDR6efBe1tFOUOZ6awaMTT33qM/GbvbwiWTZxw=";
sha256 = "sha256-bdnYrMnBnpnEKGuMlDLILfzgwfu/e5tyMdSDWqreyto=";
};
nativeBuildInputs = [ cmake ];