dijo: 0.2.6 -> 0.2.7
This commit is contained in:
parent
5a3feadb55
commit
3f74138ce2
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
|
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
|
||||||
let version = "0.2.6"; in
|
let version = "0.2.7"; 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 = "sha256-fdPl+3NjgVE2MRopzeN/bxbVP6HaTnyJTGFWsLhlRoQ=";
|
sha256 = "sha256-g+A8BJxqoAvm9LTLrLnClVGtFJCQ2gT0mDGAov/6vXE=";
|
||||||
};
|
};
|
||||||
cargoSha256 = "sha256-45YfZWncT7hNiOhlAatpdFdxgBaF83sih67B/DPNHcs=";
|
cargoSha256 = "sha256-3V94bOixYMznkCQu90+E/68Sfl9GvHp9LNxwWwk4xZQ=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Scriptable, curses-based, digital habit tracker";
|
description = "Scriptable, curses-based, digital habit tracker";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user