We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917ee0a commit 67e9d70Copy full SHA for 67e9d70
pkgs/by-name/el/elfutils/package.nix
@@ -29,11 +29,11 @@
29
# TODO: Look at the hardcoded paths to kernel, modules etc.
30
stdenv.mkDerivation rec {
31
pname = "elfutils";
32
- version = "0.192";
+ version = "0.193";
33
34
src = fetchurl {
35
url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2";
36
- hash = "sha256-YWCZvq4kq6Efm2PYbKbMjVZtlouAI5EzTJHfVOq0FrQ=";
+ hash = "sha256-eFf0S2JPTY1CHfhRqq57FALP5rzdLYBJ8V/AfT3edjU=";
37
};
38
39
patches =
0 commit comments