lksctp-tools: 1.0.19 -> 1.0.20 (#334477)

This commit is contained in:
Fabián Heredia Montiel 2024-09-23 15:32:21 -06:00 committed by GitHub
commit 705453c225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lksctp-tools";
version = "1.0.19";
version = "1.0.20";
src = fetchFromGitHub {
owner = "sctp";
repo = "lksctp-tools";
rev = "v${version}";
hash = "sha256-QEgk9OPFCI5WknUDkqfswApCFeOF+620frQWMyQq2Mk=";
hash = "sha256-z7Je2qwDPr1sp5z8nhYsJIyJxDvHW7lw97JAdPY09NE=";
};
nativeBuildInputs = [ autoreconfHook ];