Loading pkgs/tools/system/bottom/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,21 +8,21 @@ rustPlatform.buildRustPackage rec { pname = "bottom"; version = "0.8.0"; version = "0.9.0"; src = fetchFromGitHub { owner = "ClementTsang"; repo = pname; rev = version; sha256 = "sha256-UbzWI3f1ewFwg7BsqcvPZFeJt5E6alShxNuIKy+Tno0="; sha256 = "sha256-/pjMxWQ66t9Jd8ziLJXDgnwfSgR1uS9U1uXVDTZze58="; }; cargoHash = "sha256-ihCgaB+vP5YyqMIg8qrkCEvSQdc6Eq00D1r3PGc2WpA="; cargoHash = "sha256-0KweijC4gA9ELmQZ7lvOx2BypMuj8KsZHxGfcRXVi4g="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk_11_0.frameworks.Foundation ]; doCheck = false; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40234,7 +40234,7 @@ with pkgs; treefmt = callPackage ../development/tools/treefmt { }; bottom = callPackage ../tools/system/bottom { }; bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { }; cagebreak = callPackage ../applications/window-managers/cagebreak { wlroots = wlroots_0_15; Loading
pkgs/tools/system/bottom/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,21 +8,21 @@ rustPlatform.buildRustPackage rec { pname = "bottom"; version = "0.8.0"; version = "0.9.0"; src = fetchFromGitHub { owner = "ClementTsang"; repo = pname; rev = version; sha256 = "sha256-UbzWI3f1ewFwg7BsqcvPZFeJt5E6alShxNuIKy+Tno0="; sha256 = "sha256-/pjMxWQ66t9Jd8ziLJXDgnwfSgR1uS9U1uXVDTZze58="; }; cargoHash = "sha256-ihCgaB+vP5YyqMIg8qrkCEvSQdc6Eq00D1r3PGc2WpA="; cargoHash = "sha256-0KweijC4gA9ELmQZ7lvOx2BypMuj8KsZHxGfcRXVi4g="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk_11_0.frameworks.Foundation ]; doCheck = false; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40234,7 +40234,7 @@ with pkgs; treefmt = callPackage ../development/tools/treefmt { }; bottom = callPackage ../tools/system/bottom { }; bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { }; cagebreak = callPackage ../applications/window-managers/cagebreak { wlroots = wlroots_0_15;