isa-l: 2.30.0 -> 2.31.0

This commit is contained in:
R. Ryantm 2024-01-21 15:27:19 +00:00
parent 58fcc2db9d
commit d95bb316bd

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "isa-l";
version = "2.30.0";
version = "2.31.0";
src = fetchFromGitHub {
owner = "intel";
repo = "isa-l";
rev = "v${version}";
sha256 = "sha256-AAuSdDQfDW4QFRu0jHwCZ+ZCSjoVqlQiSW1OOFye1Rs=";
sha256 = "sha256-xBBtpjtWyba0DogdLobtuWmiiAHTXMK4oRnjYuTUCNk=";
};
nativeBuildInputs = [ nasm autoreconfHook ];