3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #282621 from r-ryantm/auto-update/isa-l

isa-l: 2.30.0 -> 2.31.0
This commit is contained in:
OTABI Tomoya 2024-01-24 18:02:33 +09:00 committed by GitHub
commit d53d676060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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