sx-go: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2022-09-05 03:37:03 +00:00
parent eb3d3b2e90
commit 581b84bae3

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sx-go";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "v-byte-cpu";
repo = "sx";
rev = "v${version}";
sha256 = "0djpwy40wj5asky8a16i7a117816p8g94p5y0wkl74jp07cybmrl";
sha256 = "sha256-HTIzA1QOVn3V/hGUu7wLIYUNYmcJ/FXi2yr6BGRizZA=";
};
vendorSha256 = "0n1h9jch0zfafli8djjr6wkgfxxpnh4q873d5mr1xg8a25qhlifr";
vendorSha256 = "sha256-TWRMNt6x8zuvhP1nz4R6IVCX+9HityvVpzxRhDiMyO4=";
buildInputs = [
libpcap