1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rio: v0.0.30 -> v0.0.31

This commit is contained in:
TornaxO7 2023-12-12 21:33:10 +01:00
parent 55ca793994
commit 78fcfa8b6c
No known key found for this signature in database
GPG key ID: 2BCDBDF404CEDF55

View file

@ -51,16 +51,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.0.30";
version = "0.0.31";
src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-H5kFgLHw1UXJksrlDO/Owhm/O3+vpohl4h6XYokNWPA=";
hash = "sha256-D8Ty3en9hlL8U/8Pilrok22u36ejuOELDYcoN6Tj3is=";
};
cargoHash = "sha256-FACRG25ORnSu4pPpn5ibUqtkylWiNBV88Pabqc81Gvg=";
cargoHash = "sha256-waHgVbek1la2DfHayjN9MIUi61X/oPhsQs/d6lH8p+Y=";
nativeBuildInputs = [
ncurses