Merge pull request #95038 from r-ryantm/auto-update/dijo

dijo: 0.2.2 -> 0.2.3
This commit is contained in:
Silvan Mosberger 2020-08-10 23:38:09 +02:00 committed by GitHub
commit b8e21e1d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub, ncurses, CoreServices }:
let version = "0.2.2"; in
let version = "0.2.3"; in
rustPlatform.buildRustPackage {
pname = "dijo";
inherit version;
@ -8,9 +8,9 @@ rustPlatform.buildRustPackage {
owner = "NerdyPepper";
repo = "dijo";
rev = "v${version}";
sha256 = "1al2dfrfxw39m9q636h47dnypcwkhp9bw01hvy7d9b69kskb21db";
sha256 = "1lcvj0pri5v64zygkf2p24vr72y39agrq1r3kb8dfgz8yy3vcz0a";
};
cargoSha256 = "0a2l0ynjj9wl86aawm0l0rbdkm8j3a2n0nm6ysyxamaip0q5y1ql";
cargoSha256 = "0pm048xf8hkva8q8fjmhrdnk7h2im28ix7xy784xwkkdnilm4j7f";
meta = with lib; {
description = "Scriptable, curses-based, digital habit tracker.";