igprof: 5.9.16 -> 5.9.18

This commit is contained in:
R. Ryantm 2023-01-15 02:17:21 +00:00
parent 3bc481f4b2
commit c9960f6b5b

View file

@ -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 = ''