Merge pull request #159236 from r-ryantm/auto-update/elfio

elfio: 3.9 -> 3.10
This commit is contained in:
Pavol Rusnak 2022-02-11 14:37:51 +01:00 committed by GitHub
commit 4f81746516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "elfio";
version = "3.9";
version = "3.10";
src = fetchFromGitHub {
owner = "serge1";
repo = "elfio";
rev = "Release_${version}";
sha256 = "sha256-5O9KnHZXzepp3O1PGenJarrHElWLHgyBvvDig1Hkmo4=";
sha256 = "sha256-DuZhkiHXdCplRiOy1Gsu7voVPdCbFt+4qFqlOeOeWQw=";
};
nativeBuildInputs = [ cmake ];