From 6cc020bedd96c16184cf5e0b3c90f8847bb1cd8f Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 18 Aug 2023 20:58:02 +0200 Subject: [PATCH] ip2unix: 2.2.0 -> 2.2.1 Upstream changes: * Fix missing serialisation for from-unix and from-abstract. * Improve wording/grammar in README and manpage. Signed-off-by: aszlig --- pkgs/tools/networking/ip2unix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/ip2unix/default.nix b/pkgs/tools/networking/ip2unix/default.nix index 93bd2507bf6f..a214d302e126 100644 --- a/pkgs/tools/networking/ip2unix/default.nix +++ b/pkgs/tools/networking/ip2unix/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "ip2unix"; - version = "2.2.0"; + version = "2.2.1"; src = fetchFromGitHub { owner = "nixcloud"; repo = "ip2unix"; rev = "v${version}"; - hash = "sha256-7Q2s7wBkt5OTbQnx7Q5mGRWBOtr6yRsFBh+CUu8CmMQ"; + hash = "sha256-+p5wQbX35LAjZ4vIE4AhI4M6gQ7gVviqf9jJDAr9xg8"; }; nativeBuildInputs = [