Merge pull request #320706 from r-ryantm/auto-update/nsync

nsync: 1.27.0 -> 1.28.1
This commit is contained in:
Thiago Kenji Okada
2024-06-23 02:44:41 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nsync";
version = "1.27.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = version;
hash = "sha256-5pd2IpnPB7lEmy44OJjcwfE+yUQBS0fZVG18VUe/3C8=";
hash = "sha256-PAUgT1SoMiPMA4MH8zHxBtTFdg8Jn6H+w0HA64i2vPk=";
};
nativeBuildInputs = [ cmake ];