lksctp-tools: change hash after retag

Reference: https://github.com/sctp/lksctp-tools/issues/62

Didn't review difference between the content
This commit is contained in:
Fabián Heredia Montiel 2024-09-24 17:23:39 -06:00
parent cd039ce1ae
commit 3e84f7c96c

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "sctp";
repo = "lksctp-tools";
rev = "v${version}";
hash = "sha256-z7Je2qwDPr1sp5z8nhYsJIyJxDvHW7lw97JAdPY09NE=";
hash = "sha256-h+wMrnx+u/4feNjZr2Gc+y6/80qJ8IVXsrDvHyixMxo=";
};
nativeBuildInputs = [ autoreconfHook ];