inetutils: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2025-02-22 00:43:40 +00:00
parent 64e8b14527
commit a191847d9b

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "inetutils";
version = "2.5";
version = "2.6";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-h2l9YKMeELXLhqnwZR4ex77pgyDQSMBzlDGqw9V2T7Y=";
hash = "sha256-aL7b/q9z99hr4qfZm8+9QJPYKfUncIk5Ga4XTAsjV8o=";
};
outputs = [