Merge pull request #78813 from stigtsp/package/ripasso-cursive-0.4.0
ripasso-cursive: 0.3.0 -> 0.4.0
This commit is contained in:
commit
5f6bf6c7ae
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
with rustPlatform;
|
with rustPlatform;
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
pname = "ripasso-cursive";
|
pname = "ripasso-cursive";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cortex";
|
owner = "cortex";
|
||||||
repo = "ripasso";
|
repo = "ripasso";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "1rkb23i9gcfmifcl31s8w86k7aza6nxrh3w33fvhv1ins1gxxk7w";
|
sha256 = "164da20j727p8l7hh37j2r8pai9sj402nhswvg0nrlgj53nr6083";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1p0bsl4h2w257vfjbpqiga693gaslfq34g30dghpqb5n4kl416zp";
|
cargoSha256 = "1vyhdbia7khh0ixim00knai5d270jl5a5crqik1qaz7bkwc02bsp";
|
||||||
|
|
||||||
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];
|
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user