rink: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2022-03-28 18:13:37 +00:00
parent 0165645499
commit 53dff2f7c8

View file

@ -2,17 +2,17 @@
, libiconv, Security }: , libiconv, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
version = "0.6.2"; version = "0.6.3";
pname = "rink"; pname = "rink";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tiffany352"; owner = "tiffany352";
repo = "rink-rs"; repo = "rink-rs";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-l2Rj15zaJm94EHwvOssfvYQNOoWj45Nq9M85n+A0vo4="; sha256 = "sha256-AhC3c6CpV0tlD6d/hFWt7hGj2UsXsOCeujkRSDlpvCM=";
}; };
cargoSha256 = "sha256-GhuvwVkDRFjC6BghaNMFZZG9hResTN1u0AuvIXlFmig="; cargoSha256 = "sha256-Xo5iYwL4Db+GWMl5UXbPmj0Y0PJYR4Q0aUGnYCd+NB8=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ ncurses ] buildInputs = [ ncurses ]