Unverified Commit 145fdb2c authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

btop-rocm: 1.4.6 -> 1.4.7 (#515566)

parents f10e56e0 9cb6c5e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "btop";
  version = "1.4.6";
  version = "1.4.7";

  src = fetchFromGitHub {
    owner = "aristocratos";
    repo = "btop";
    tag = "v${finalAttrs.version}";
    hash = "sha256-h472rcXzpBkPYAEy9JaVlanaavaz0WcdkhmwsVdDRdo=";
    hash = "sha256-3gECGBSWcGTYQkUlD4X2zrxZVvH2x2xfh5zdZ2jJbDQ=";
  };

  nativeBuildInputs = [