dijo: 0.2.3 -> 0.2.5

This commit is contained in:
R. RyanTM 2021-01-29 00:20:16 +00:00
parent 9081072933
commit f990e712da

View File

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