Skip to content

Commit a29c300

Browse files
committed
fatrace: 0.17.0 -> 0.18.0
1 parent 3ab4aba commit a29c300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fatrace/package.nix

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

99
stdenv.mkDerivation rec {
1010
pname = "fatrace";
11-
version = "0.17.0";
11+
version = "0.18.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "martinpitt";
1515
repo = pname;
1616
rev = version;
17-
sha256 = "sha256-MRHM+hyuRevK4L3u6dGw1S3O7w+BJBsprJVcSz6Q9xg=";
17+
sha256 = "sha256-QkavhxORENQSLUg4tq+W1WB7zSYYinWOOYPqNbv+pEI=";
1818
};
1919

2020
buildInputs = [

0 commit comments

Comments
 (0)