mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
uftrace: 0.18.1 -> 0.19
This commit is contained in:
parent
e016450b08
commit
687a986500
1 changed files with 2 additions and 2 deletions
|
|
@ -16,13 +16,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "uftrace";
|
||||
version = "0.18.1";
|
||||
version = "0.19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "namhyung";
|
||||
repo = "uftrace";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-9fVBV23gVN1kSkdqBlWV0oEIj6ew6yVO4edUTTHV5H0=";
|
||||
sha256 = "sha256-V1eWmLu4iq7CijhxgQa5L4YF08e6HfNOIKkLyZWhj1M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue