Merge pull request #189794 from r-ryantm/auto-update/sx-go
sx-go: 0.4.0 -> 0.5.0
This commit is contained in:
commit
5d1e3bc2b1
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sx-go";
|
pname = "sx-go";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v-byte-cpu";
|
owner = "v-byte-cpu";
|
||||||
repo = "sx";
|
repo = "sx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0djpwy40wj5asky8a16i7a117816p8g94p5y0wkl74jp07cybmrl";
|
sha256 = "sha256-HTIzA1QOVn3V/hGUu7wLIYUNYmcJ/FXi2yr6BGRizZA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0n1h9jch0zfafli8djjr6wkgfxxpnh4q873d5mr1xg8a25qhlifr";
|
vendorSha256 = "sha256-TWRMNt6x8zuvhP1nz4R6IVCX+9HityvVpzxRhDiMyO4=";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libpcap
|
libpcap
|
||||||
|
|
Loading…
Reference in a new issue