Merge pull request #126883 from r-ryantm/auto-update/bpytop

bpytop: 1.0.66 -> 1.0.67
This commit is contained in:
Fabian Affolter
2021-06-15 09:25:49 +02:00
committed by GitHub
+2 -2
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 ];