mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
fatrace: 0.16.3 -> 0.17.0
This commit is contained in:
parent
0bbe13d612
commit
16608b0717
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user