figsoda 2023-03-18 21:04:51 -04:00 committed by GitHub
parent 8e3734e088
commit 880a65ddeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jumpy"; pname = "jumpy";
version = "0.5.1"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fishfolk"; owner = "fishfolk";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-5hgd4t9ZKHmv8wzED7Tn+ykzUM0EbQqRX15HBHzXtJY="; sha256 = "sha256-vBnHNc/kCyZ8gTWhQShn4lBQECguFBzBd7xIfLBgm7A=";
}; };
cargoSha256 = "sha256-cK5n75T+Kkd6F4q4MFZNn0R6W6Nk2/H23AGhIe2FCig="; cargoSha256 = "sha256-ZnDerzDdCLjslszSn0z0BevP5qpkuYDCDLyv66+psdo=";
auditable = true; # TODO: remove when this is the default auditable = true; # TODO: remove when this is the default
@ -49,9 +49,7 @@ rustPlatform.buildRustPackage rec {
rustPlatform.bindgenHook rustPlatform.bindgenHook
]; ];
postPatch = '' cargoBuildFlags = [ "--bin" "jumpy" ];
touch ../$(stripHash $cargoDeps)/taffy/README.md
'';
postInstall = '' postInstall = ''
mkdir $out/share mkdir $out/share