summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 08:55:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 08:55:39 +0000
commit7e2ad409d8a81f63ac70e014406b3e3de3674fa3 (patch)
tree17a64ba81800e04a9bd56a114bed49e08614c201 /pkgs/applications/networking/sync
parentae969de2bbf871583109d10f812d854ae8d4a878 (diff)
downloadnixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar.gz
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar.bz2
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar.lz
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar.xz
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.tar.zst
nixpkgs-7e2ad409d8a81f63ac70e014406b3e3de3674fa3.zip
unison: 2.51.4 -> 2.51.5
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/unison/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/unison/default.nix b/pkgs/applications/networking/sync/unison/default.nix
index 429042f3ee4..9759516eddc 100644
--- a/pkgs/applications/networking/sync/unison/default.nix
+++ b/pkgs/applications/networking/sync/unison/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "unison";
-  version = "2.51.4";
+  version = "2.51.5";
 
   src = fetchFromGitHub {
     owner = "bcpierce00";
     repo = "unison";
     rev = "v${version}";
-    sha256 = "sha256-jcfq4X+r98bQqbQ3gRqJyryLdt1Y/2CLawqqIiUaQOo=";
+    sha256 = "sha256-pi5uYwPpIy0lERmgATWQCO3EA3Pg5pnn7gxv49FaPug=";
   };
 
   nativeBuildInputs = [ makeWrapper ]