mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
iputils: 20240117 -> 20240905
This commit is contained in:
parent
6c4ea7a3e0
commit
505e078f73
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user