dijo: 0.2.5 -> 0.2.6

This commit is contained in:
R. RyanTM 2021-02-23 02:20:52 +00:00 committed by tomberek
parent 0a39bf46ac
commit 7399d38b47
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }: { stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
let version = "0.2.5"; in let version = "0.2.6"; 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-DdK9qdF+rFtAhemPwMpiZrtUdgD0iFqjgiZ3Yp/vLAI="; sha256 = "sha256-fdPl+3NjgVE2MRopzeN/bxbVP6HaTnyJTGFWsLhlRoQ=";
}; };
cargoSha256 = "sha256-bdSXyxiHwGtdyce2YyPKq+3RfZIL425RvwRfKi59RVI="; cargoSha256 = "sha256-45YfZWncT7hNiOhlAatpdFdxgBaF83sih67B/DPNHcs=";
meta = with lib; { meta = with lib; {
description = "Scriptable, curses-based, digital habit tracker"; description = "Scriptable, curses-based, digital habit tracker";