taskwarrior-hooks: 0.1.0 -> 0.2.2
This commit is contained in:
parent
b7708cd880
commit
2d359c0afd
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "taskwarrior-hooks-${version}";
|
name = "taskwarrior-hooks-${version}";
|
||||||
version = "0.1.0";
|
version = "0.2.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mrVanDalo";
|
owner = "mrVanDalo";
|
||||||
repo = "taskwarrior-hooks";
|
repo = "taskwarrior-hooks";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1vlfnp2ib009zb8j6m0l47qnh9ipsikcm00cjjcbnsgknihwcn6r";
|
sha256 = "1mj0k6ykac332667315kqrvg37j8r8078g48nafv7ini6lw8djas";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1wx974dy7wac541nb3ci8jl5zr96q0qx0b2w1kv0802dmkkk4rsp";
|
cargoSha256 = "1ijnh2ank9slmfglw4yhnycl11x26m94m2hiq3hcasmbs6c39zj5";
|
||||||
verifyCargoDeps = true;
|
verifyCargoDeps = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue