Merge pull request #315249 from r-ryantm/auto-update/rio

rio: 0.0.37 -> 0.0.39
This commit is contained in:
Aleksana 2024-05-31 23:22:23 +08:00 committed by GitHub
commit 810392ced4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,16 +51,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.0.37";
version = "0.0.39";
src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-rY5nuZcMbK9PYxfGYdVheOOVIC4I/11EOWpNmG6gH9A=";
hash = "sha256-pnU2wxgopHMWgJ7JGdO2P/MCfxqCY7MTEE39qtD0XKw=";
};
cargoHash = "sha256-tHcUMxe9HwTzm2oDwaTyuh+UZUwW64xPX/cftxqZoz8=";
cargoHash = "sha256-GwI2zHX1YcR4pC+qtkDoxx2U+zipbqqxsCI8/XNg2BU=";
nativeBuildInputs = [
ncurses