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:
Elis Hirwing 2020-01-30 08:36:38 +01:00 committed by GitHub
commit 5f6bf6c7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,17 +2,17 @@
with rustPlatform;
buildRustPackage rec {
version = "0.3.0";
version = "0.4.0";
pname = "ripasso-cursive";
src = fetchFromGitHub {
owner = "cortex";
repo = "ripasso";
rev = "release-${version}";
sha256 = "1rkb23i9gcfmifcl31s8w86k7aza6nxrh3w33fvhv1ins1gxxk7w";
sha256 = "164da20j727p8l7hh37j2r8pai9sj402nhswvg0nrlgj53nr6083";
};
cargoSha256 = "1p0bsl4h2w257vfjbpqiga693gaslfq34g30dghpqb5n4kl416zp";
cargoSha256 = "1vyhdbia7khh0ixim00knai5d270jl5a5crqik1qaz7bkwc02bsp";
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];