todiff: 0.4.0 -> 0.5.0
This commit is contained in:
parent
1d9330d63a
commit
faa0d2fa78
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "todiff-${version}";
|
name = "todiff-${version}";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Ekleog";
|
owner = "Ekleog";
|
||||||
repo = "todiff";
|
repo = "todiff";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0n3sifinwhny651q1v1a6y9ybim1b0nd5s1z26sigjdhdvxckn65";
|
sha256 = "0xnqw98nccnkqfdmbkblm897v981rw1fagbi5q895bpwfg0p71lk";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0mxdpn98fvmxrp656vwxvzl9vprz5mvqj7d1hvvs4gsjrsiyp0fy";
|
cargoSha256 = "0ih7lw5hbayvc66fjqwga0i7l3sb9qn0m26vnham5li39f5i3rqp";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Human-readable diff for todo.txt files";
|
description = "Human-readable diff for todo.txt files";
|
||||||
|
Loading…
Reference in New Issue
Block a user