Skip to content

Commit

Permalink
dijo: 0.1.5 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 1, 2020
1 parent dd049a4 commit 4627351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/dijo/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
let version = "0.1.5"; in
let version = "0.2.2"; in
rustPlatform.buildRustPackage {
pname = "dijo";
inherit version;
Expand All @@ -8,9 +8,9 @@ rustPlatform.buildRustPackage {
owner = "NerdyPepper";
repo = "dijo";
rev = "v${version}";
sha256 = "1ch320j2d66zn9mbs7xl0bkfcm2hpak6izk0yspz1gcji1l7grsc";
sha256 = "1al2dfrfxw39m9q636h47dnypcwkhp9bw01hvy7d9b69kskb21db";
};
cargoSha256 = "1p6apz3wd4gqp0z24ygfw8nmpkh44d000jp6x7svqzmpphnmb0ji";
cargoSha256 = "0a2l0ynjj9wl86aawm0l0rbdkm8j3a2n0nm6ysyxamaip0q5y1ql";

meta = with lib; {
description = "Scriptable, curses-based, digital habit tracker.";
Expand Down

0 comments on commit 4627351

Please sign in to comment.