3
0
Fork 0
forked from mirrors/nixpkgs

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

uftrace: 0.15 -> 0.15.1
This commit is contained in:
Nick Cao 2024-01-24 12:36:01 -05:00 committed by GitHub
commit aa85ff6922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.15";
version = "0.15.1";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-VK2lERzwsdXVOxgxRAA2RxeqBtOeINJDnsafnn461VQ=";
sha256 = "sha256-5P8CshSCK1Ugkg9+MJB8G31n4iyhZF0oVayouQU0CaA=";
};
postUnpack = ''