Merge pull request #116140 from r-ryantm/auto-update/fatrace

fatrace: 0.16.1 -> 0.16.2
This commit is contained in:
Maximilian Bosch 2021-03-13 23:04:21 +01:00 committed by GitHub
commit 916536210d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fatrace";
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "martinpitt";
repo = pname;
rev = version;
sha256 = "0lxfqin2bw9235yah8ylb4p8lc3755050sjg30z3gy7bab0lfyg9";
sha256 = "sha256-1daYCVGz8Zd42j2QMFL5EAULKkmBnbE828i5NV9Kcb8=";
};
buildInputs = [ python3 which ];