typeshare: 1.0.0 -> 1.0.1

This commit is contained in:
happysalada 2022-12-20 17:12:10 -05:00
parent 8d2669cbe0
commit 30a5beb52c

View file

@ -2,22 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "typeshare";
version = "1.0.0";
version = "1.0.1";
src = fetchCrate {
inherit version;
pname = "typeshare-cli";
sha256 = "sha256-KDmE5f9B2lNVbjdF8d81NTJIwpvPhsoLMA8w7iYIIl8=";
sha256 = "sha256-SbTI7170Oc1e09dv4TvUwByG3qkyAL5YXZ96NzI0FSI=";
};
cargoSha256 = "sha256-b983tSue9WHkPrcIhp5QSjwj+lESURUYueebjXUWMJY=";
cargoSha256 = "sha256-5EhXw2WcRJqCbdMvOtich9EYQqi0uwCH1a1XXIo8aAo=";
buildFeatures = [ "go" ];
postInstall = ''
ln -s $out/bin/typeshare{-cli,}
'';
meta = with lib; {
description = "Command Line Tool for generating language files with typeshare";
homepage = "https://github.com/1password/typeshare";