ox: 0.6.10 -> 0.7.1

This commit is contained in:
Kenichi Kamiya 2024-11-15 23:09:08 +09:00
parent ebb62cb3c5
commit 80125b026d
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "ox";
version = "0.6.10";
version = "0.7.1";
src = fetchFromGitHub {
owner = "curlpipe";
repo = pname;
rev = version;
hash = "sha256-7PaAcVatm/gqeZRuzCjoF6ZGDP6mIjDTuhmJQ5wt7x8=";
hash = "sha256-7rP/h3MlrMZl9yd655uRrnv1aUB57LzdyKs66wHp33Y=";
};
cargoHash = "sha256-2Jk8uDiTGUQqLOOQVlYm5R7qQXIqP0PkFvv5E5qTzT0=";
cargoHash = "sha256-z9pyMnYQZfCCVdVEakj3q27SFLahMDWRuAopYye6RIY=";
meta = with lib; {
description = "Independent Rust text editor that runs in your terminal";