Skip to content

Commit 942b2e8

Browse files
authored
uftrace: 0.16 -> 0.17 (#365893)
2 parents 1fa9724 + 27d9dde commit 942b2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/uf/uftrace/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "uftrace";
19-
version = "0.16";
19+
version = "0.17";
2020

2121
src = fetchFromGitHub {
2222
owner = "namhyung";
2323
repo = "uftrace";
2424
rev = "v${version}";
25-
sha256 = "sha256-JuBwyE6JH3CpJH863LbnWELUIIEKVaAcz8h8beeABGQ=";
25+
sha256 = "sha256-xx/eABF1q5uZYDGWUQc1YO6qCqR7J2mCHHQTBsHxMVw=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)