lksctp-tools: change hash after retag (#344326)

This commit is contained in:
Fabián Heredia Montiel 2024-09-24 23:37:30 -06:00 committed by GitHub
commit f148ad6e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];