jumpy: 0.5.1 -> 0.6.0 (#221921)
Diff: https://github.com/fishfolk/jumpy/compare/v0.5.1...v0.6.0 Changelog: https://github.com/fishfolk/jumpy/releases/tag/v0.6.0
This commit is contained in:
parent
8e3734e088
commit
880a65ddeb
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue