Merge pull request #293517 from r-ryantm/auto-update/elfutils

elfutils: 0.190 -> 0.191
This commit is contained in:
Weijia Wang 2024-03-17 21:44:37 +01:00 committed by GitHub
commit 42b1ed91ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
# TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec {
pname = "elfutils";
version = "0.190";
version = "0.191";
src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2";
hash = "sha256-jgCjqbXwS8HcJzroYoHS0m7UEgILOR/8wjGY8QIx1pI=";
hash = "sha256-33bbcTZtHXCDZfx6bGDKSDmPFDZ+sriVTvyIlxR62HE=";
};
patches = [