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 <aszlig@nix.build>
This commit is contained in:
aszlig 2023-08-18 20:58:02 +02:00
parent 1403486d17
commit 6cc020bedd
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ip2unix"; pname = "ip2unix";
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nixcloud"; owner = "nixcloud";
repo = "ip2unix"; repo = "ip2unix";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7Q2s7wBkt5OTbQnx7Q5mGRWBOtr6yRsFBh+CUu8CmMQ"; hash = "sha256-+p5wQbX35LAjZ4vIE4AhI4M6gQ7gVviqf9jJDAr9xg8";
}; };
nativeBuildInputs = [ nativeBuildInputs = [