Unverified Commit ca360e23 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #290537 from iynaix/bump-btop

btop: 1.3.1 -> 1.3.2
parents 12a04d63 3d2e91a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "btop";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "aristocratos";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Y6agmrqozKiV+GbiY60eOYORRrYLuB1zLNilxzM6oV0=";
    hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
  };

  nativeBuildInputs = [ cmake ] ++ lib.optionals cudaSupport [