Merge pull request #327522 from r-ryantm/auto-update/ox

ox: 0.2.7 -> 0.3.0
This commit is contained in:
Sebastián Mancilla 2024-08-17 18:00:41 -04:00 committed by GitHub
commit f3834d1f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "ox";
version = "0.2.7";
version = "0.3.0";
src = fetchFromGitHub {
owner = "curlpipe";
repo = pname;
rev = version;
hash = "sha256-4I6RjSCfNyeSQwGn6zX9AhePkqr+uOuhXdV0tat1LqI=";
hash = "sha256-g5M/d6pts4Y17CpWJAsWFL5KCq1YFaACJq6n6BQw7mo=";
};
cargoHash = "sha256-VFrN58SRTRGH+RSc59RIdsysR3umnrU2KM5XVCp9u1Q=";
cargoHash = "sha256-6+W/guijsb9+ip1cvke8JLVa4h1nU2zQJCrLv64vsa0=";
meta = with lib; {
description = "Independent Rust text editor that runs in your terminal";