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 { stdenv.mkDerivation rec {
pname = "uftrace"; pname = "uftrace";
version = "0.11"; version = "0.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "namhyung"; owner = "namhyung";
repo = "uftrace"; repo = "uftrace";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-uRtMJIZJKGQTGqs8QX60FCeXg3j5hv/V/qw4m8eGYD4="; sha256 = "sha256-YjeZGjSctnhbHqWikdVhiEl0hr/qrA4S4JbCJscXe7A=";
}; };
postUnpack = '' postUnpack = ''