elfutils: 0.190 -> 0.191

This commit is contained in:
R. Ryantm 2024-03-05 14:45:13 +00:00
parent 3c1f128a33
commit 40c9679c8b
1 changed files with 2 additions and 2 deletions

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 = [