Skip to content

Commit

Permalink
Merge pull request NixOS#288528 from giomf/update-numbat
Browse files Browse the repository at this point in the history
numbat: 1.9.0 -> 1.10.1
  • Loading branch information
Atemu authored Feb 13, 2024
2 parents de4aced + ea34f41 commit 4506997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nu/numbat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "numbat";
version = "1.9.0";
version = "1.10.1";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "numbat";
rev = "v${version}";
hash = "sha256-zMgZ/QmpZaB+4xdxVBE3C8CWS/aNCDuowDWOg65PhTo=";
hash = "sha256-/jt1+21yem0q/dlc7z89MRaVrnllb9QLSQUo2f/9q8o=";
};

cargoHash = "sha256-x6SMQoiDf0GoyOJGP8S69wJnY/nCvo6Bq5KQyrgY+Gs=";
cargoHash = "sha256-8AA0LTw/9kd6yDme4N3/ANVkS67eoLrJviNhdqUftXM=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down

0 comments on commit 4506997

Please sign in to comment.