Merge pull request #210806 from r-ryantm/auto-update/igprof

igprof: 5.9.16 -> 5.9.18
This commit is contained in:
Mario Rodas
2023-01-22 12:08:35 -05:00
committed by GitHub
@@ -1,14 +1,14 @@
{lib, stdenv, fetchFromGitHub, libunwind, cmake, pcre, gdb}:
stdenv.mkDerivation rec {
version = "5.9.16";
version = "5.9.18";
pname = "igprof";
src = fetchFromGitHub {
owner = "igprof";
repo = "igprof";
rev = "v${version}";
sha256 = "0rx3mv8zdh9bmcpfbzkib3d52skzfr8600gh5gv21wcsh50jnifx";
sha256 = "sha256-UTrAaH8C79km78Z/7NxvQ6dnl4u4Ki80nORf4bsoSNw=";
};
postPatch = ''