bpytop: 1.0.66 -> 1.0.67

This commit is contained in:
R. RyanTM 2021-06-14 20:11:06 +00:00
parent 19c5fd76f8
commit 60f3191604

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "bpytop";
version = "1.0.66";
version = "1.0.67";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gggsZHKbEt4VSMNTkKGFLcPPt2uHRFDCkqyHYx0c9Y0=";
sha256 = "sha256-nvpIqX16WP9kslFo1ne5+QAZcvG+WFm5kDVOLN4C+b0=";
};
nativeBuildInputs = [ makeWrapper ];