Unverified Commit 8716a136 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

iputils: 20240117 -> 20240905 (#339856)

parents 3db5e3d3 505e078f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "iputils";
  version = "20240117";
  version = "20240905";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    hash = "sha256-sERY8ZKuXiY85cXdNWOm4byiNU7mOVIeA55dgQJHdoE=";
    hash = "sha256-2CjzIOe1hrW3He9DN+w+Wi2zaaMBkVEdA7dezTpkx8I=";
  };

  outputs = [ "out" "apparmor" ];