Skip to content

Commit 67e9d70

Browse files
committed
1 parent 917ee0a commit 67e9d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/el/elfutils/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
# TODO: Look at the hardcoded paths to kernel, modules etc.
3030
stdenv.mkDerivation rec {
3131
pname = "elfutils";
32-
version = "0.192";
32+
version = "0.193";
3333

3434
src = fetchurl {
3535
url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2";
36-
hash = "sha256-YWCZvq4kq6Efm2PYbKbMjVZtlouAI5EzTJHfVOq0FrQ=";
36+
hash = "sha256-eFf0S2JPTY1CHfhRqq57FALP5rzdLYBJ8V/AfT3edjU=";
3737
};
3838

3939
patches =

0 commit comments

Comments
 (0)