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
commit 2d29621d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];