about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-05-12 19:54:44 +0400
committerGitHub <noreply@github.com>2024-05-12 19:54:44 +0400
commitaaf76c3cadf871ad4bf178586e82daf3b74f4464 (patch)
tree4c19ed29b65d578806de59f6e8f152e3db87aec0
parentbe4a9b0493254a8e2aca3e7100eb4c179dab89ac (diff)
parentd169b160be81a05af2b997071572e749968340cd (diff)
Merge pull request #309542 from r-ryantm/auto-update/nsync
nsync: 1.26.0 -> 1.27.0
-rw-r--r--pkgs/development/libraries/nsync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nsync/default.nix b/pkgs/development/libraries/nsync/default.nix
index a984058e9b10f..b54691a45bf29 100644
--- a/pkgs/development/libraries/nsync/default.nix
+++ b/pkgs/development/libraries/nsync/default.nix
@@ -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 ];