Unverified Commit 759472ac authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #178861 from michaeladler/btop

btop: 1.2.6 -> 1.2.7
parents 72d1b0d0 f0bc9d62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@

stdenv.mkDerivation rec {
  pname = "btop";
  version = "1.2.6";
  hash = "sha256-q1Dpdw7bVSG10xtoUpelRgMrWe71vCWajjsAHjAZzQ4=";
  version = "1.2.7";
  hash = "sha256-zQpt/CEWW3oPqPo6SPuawyfLa50y6M4hL07uRO7YjLo=";

  src = fetchFromGitHub {
    owner = "aristocratos";