Skip to content

Commit aebe249

Browse files
authored
ox: 0.6.7 -> 0.6.10 (#354280)
2 parents 2b05865 + 96e6774 commit aebe249

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pkgs/by-name/ox/ox/package.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
{ lib, stdenv, fetchFromGitHub, rustPlatform, darwin }:
1+
{ lib, stdenv, fetchFromGitHub, rustPlatform }:
22

33
rustPlatform.buildRustPackage rec {
44
pname = "ox";
5-
version = "0.6.7";
5+
version = "0.6.10";
66

77
src = fetchFromGitHub {
88
owner = "curlpipe";
99
repo = pname;
1010
rev = version;
11-
hash = "sha256-UFNOW/INV/65C6UysKi9lGw+PIj2NXF6ejG5UY702/I=";
11+
hash = "sha256-7PaAcVatm/gqeZRuzCjoF6ZGDP6mIjDTuhmJQ5wt7x8=";
1212
};
1313

14-
cargoHash = "sha256-sy/RNMXJn5k9qw0ghCQA7PqZokpDw0xns4abwa938Gk=";
15-
16-
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];
14+
cargoHash = "sha256-2Jk8uDiTGUQqLOOQVlYm5R7qQXIqP0PkFvv5E5qTzT0=";
1715

1816
meta = with lib; {
1917
description = "Independent Rust text editor that runs in your terminal";

0 commit comments

Comments
 (0)