Merge pull request #119146 from r-ryantm/auto-update/rink
rink: 0.5.1 -> 0.6.0
This commit is contained in:
commit
332b3049f4
@ -1,17 +1,17 @@
|
|||||||
{ lib, fetchFromGitHub, rustPlatform, openssl, pkg-config, ncurses }:
|
{ lib, fetchFromGitHub, rustPlatform, openssl, pkg-config, ncurses }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
version = "0.5.1";
|
version = "0.6.0";
|
||||||
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 = "1s67drjzd4cf93hpm7b2facfd6y1x0s60aq6pygj7i02bm0cb9l9";
|
sha256 = "sha256-3uhKevuUVh7AObn2GDW2T+5wttX20SbVP+sFaFj3Jmk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1wd70y13lly7nccaqlv7w8znxfal0fzyf9d67y5c3aikj7hkzfin";
|
cargoSha256 = "sha256-luJzIGdcitH+PNgr86AYX6wKEkQlsRhwwylo+hzeovE=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl ncurses ];
|
buildInputs = [ openssl ncurses ];
|
||||||
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Unit-aware calculator";
|
description = "Unit-aware calculator";
|
||||||
homepage = "https://rinkcalc.app";
|
homepage = "https://rinkcalc.app";
|
||||||
license = with licenses; [ mpl20 gpl3 ];
|
license = with licenses; [ mpl20 gpl3Plus ];
|
||||||
maintainers = with maintainers; [ sb0 Br1ght0ne ];
|
maintainers = with maintainers; [ sb0 Br1ght0ne ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user