forked from mirrors/nixpkgs
dijo: 0.2.2 -> 0.2.3
This commit is contained in:
parent
c9c957d476
commit
9a302285dd
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
|
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
|
||||||
let version = "0.2.2"; in
|
let version = "0.2.3"; in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "dijo";
|
pname = "dijo";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -8,9 +8,9 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "NerdyPepper";
|
owner = "NerdyPepper";
|
||||||
repo = "dijo";
|
repo = "dijo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1al2dfrfxw39m9q636h47dnypcwkhp9bw01hvy7d9b69kskb21db";
|
sha256 = "1lcvj0pri5v64zygkf2p24vr72y39agrq1r3kb8dfgz8yy3vcz0a";
|
||||||
};
|
};
|
||||||
cargoSha256 = "0a2l0ynjj9wl86aawm0l0rbdkm8j3a2n0nm6ysyxamaip0q5y1ql";
|
cargoSha256 = "0pm048xf8hkva8q8fjmhrdnk7h2im28ix7xy784xwkkdnilm4j7f";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Scriptable, curses-based, digital habit tracker.";
|
description = "Scriptable, curses-based, digital habit tracker.";
|
||||||
|
|
Loading…
Add table
Reference in a new issue