about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/elfutils
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 16:46:43 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 16:46:43 -0700
commitf52e50c60ff890f51e0ff44e0a616d5665e22b24 (patch)
tree3d3452d442b42cc59e51695ce3cb6db4c4c467e4 /pkgs/development/tools/misc/elfutils
parent35378f014161c1d794dc89b6969275396cb601de (diff)
elfutils: 0.173 -> 0.174
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elfutils/versions
Diffstat (limited to 'pkgs/development/tools/misc/elfutils')
-rw-r--r--pkgs/development/tools/misc/elfutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/elfutils/default.nix b/pkgs/development/tools/misc/elfutils/default.nix
index 85adf73ed2ac5..6bd624a28789a 100644
--- a/pkgs/development/tools/misc/elfutils/default.nix
+++ b/pkgs/development/tools/misc/elfutils/default.nix
@@ -3,11 +3,11 @@
 # TODO: Look at the hardcoded paths to kernel, modules etc.
 stdenv.mkDerivation rec {
   name = "elfutils-${version}";
-  version = "0.173";
+  version = "0.174";
 
   src = fetchurl {
     url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
-    sha256 = "1zq0l12k64hrbjmdjc4llrad96c25i427hpma1id9nk87w9qqvdp";
+    sha256 = "12nhr8zrw4sjzrvpf38vl55bq5nm05qkd7nq76as443f0xq7xwnd";
   };
 
   patches = [ ./debug-info-from-env.patch ];