psrecord: 1.1 -> 1.2
This commit is contained in:
parent
02b6ff65d2
commit
bc47c4c270
@ -1,11 +1,11 @@
|
||||
{ lib, buildPythonApplication, fetchPypi, psutil, matplotlib, pytest }:
|
||||
buildPythonApplication rec {
|
||||
pname = "psrecord";
|
||||
version = "1.1";
|
||||
version = "1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "151rynca97v5wq1drl2yfrqmqil1km72cizn3159c2ip14626mp6";
|
||||
sha256 = "5d48410e543b71e5dc4677705acc2a753db65814d3ccbdfbca8d5d3a09b053b1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user