Merge pull request #94395 from r-ryantm/auto-update/dijo
dijo: 0.1.5 -> 0.2.2
This commit is contained in:
commit
5adcc605cc
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.1.5"; in
|
let version = "0.2.2"; 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 = "1ch320j2d66zn9mbs7xl0bkfcm2hpak6izk0yspz1gcji1l7grsc";
|
sha256 = "1al2dfrfxw39m9q636h47dnypcwkhp9bw01hvy7d9b69kskb21db";
|
||||||
};
|
};
|
||||||
cargoSha256 = "1p6apz3wd4gqp0z24ygfw8nmpkh44d000jp6x7svqzmpphnmb0ji";
|
cargoSha256 = "0a2l0ynjj9wl86aawm0l0rbdkm8j3a2n0nm6ysyxamaip0q5y1ql";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Scriptable, curses-based, digital habit tracker.";
|
description = "Scriptable, curses-based, digital habit tracker.";
|
||||||
|
|
Loading…
Reference in a new issue