Merge pull request #184738 from r-ryantm/auto-update/uftrace

uftrace: 0.11 -> 0.12
This commit is contained in:
Mario Rodas 2022-08-13 12:17:29 -05:00 committed by GitHub
commit 5d63d4ee67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.11";
version = "0.12";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-uRtMJIZJKGQTGqs8QX60FCeXg3j5hv/V/qw4m8eGYD4=";
sha256 = "sha256-YjeZGjSctnhbHqWikdVhiEl0hr/qrA4S4JbCJscXe7A=";
};
postUnpack = ''