Merge #184237: inetutils: 2.2 -> 2.3 (into staging)

This commit is contained in:
Vladimír Čunát 2022-08-15 14:02:18 +02:00
commit 572e7408d7
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "inetutils";
version = "2.2";
version = "2.3";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-1Uf2kXLfc6/vaRoPeIYoD9eBrOoo3vT/S0shIIaonYA";
sha256 = "sha256-CwG7COKWI8TjuUDyM8lhRR2a+MUGYwGt12pSqV1Rdyw=";
};
outputs = ["out" "apparmor"];