isa-l: 2.30.0 -> 2.31.0
This commit is contained in:
parent
58fcc2db9d
commit
d95bb316bd
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "isa-l";
|
pname = "isa-l";
|
||||||
version = "2.30.0";
|
version = "2.31.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "isa-l";
|
repo = "isa-l";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-AAuSdDQfDW4QFRu0jHwCZ+ZCSjoVqlQiSW1OOFye1Rs=";
|
sha256 = "sha256-xBBtpjtWyba0DogdLobtuWmiiAHTXMK4oRnjYuTUCNk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nasm autoreconfHook ];
|
nativeBuildInputs = [ nasm autoreconfHook ];
|
||||||
|
|
Loading…
Reference in a new issue