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

fatrace: 0.16.3 -> 0.17.0
This commit is contained in:
figsoda 2022-11-12 16:07:27 -05:00 committed by GitHub
commit 8a00fa1257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fatrace"; pname = "fatrace";
version = "0.16.3"; version = "0.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "martinpitt"; owner = "martinpitt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-w7leZPdmiTc+avihP203e6GLvbRzbCtNOJdF8MM2v68="; sha256 = "sha256-MRHM+hyuRevK4L3u6dGw1S3O7w+BJBsprJVcSz6Q9xg=";
}; };
buildInputs = [ python3 which ]; buildInputs = [ python3 which ];