libnet: 1.2 -> 1.3

This commit is contained in:
R. Ryantm 2023-10-10 21:25:42 +00:00 committed by Weijia Wang
parent 5323fbf703
commit 5984a6e505

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libnet";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "sam-github";
repo = "libnet";
rev = "v${version}";
sha256 = "sha256-Y/wd9c4whUbfpvWvKzJV6vJN3AlA14XBejchRG6wBc4=";
hash = "sha256-P3LaDMMNPyEnA8nO1Bm7H0mW/hVBr0cFdg+p2JmWcGI=";
};
nativeBuildInputs = [