dabet: 3.0.0 -> 3.0.1

This commit is contained in:
Aaron Jheng 2023-09-09 16:16:33 +08:00
parent b89a0c676a
commit b10f3bc430
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "dabet"; pname = "dabet";
version = "3.0.0"; version = "3.0.1";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "annaaurora"; owner = "annaaurora";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-B5z2RUkvztnGCKeVsjp/yzrI8m/6mjBB0DS1yhFZhM4="; hash = "sha256-BYE+GGwf84zENf+lPS98OzZQbXxd7kykWL+B3guyVNI=";
}; };
cargoSha256 = "sha256-v1lc2quqxuNUbBQHaTtIDUPPTMyz8nj+TNCdSjrfrOA="; cargoHash = "sha256-kguQmCXP5+E6e8CSKP18faa93VKToU2pcQixDOBrd+8=";
meta = with lib; { meta = with lib; {
description = "Print the duration between two times"; description = "Print the duration between two times";