httm: 0.10.16 -> 0.11.1

This commit is contained in:
wyndon 2022-06-07 00:07:10 +02:00
parent 0eaa72390b
commit 84883861f9
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "httm";
version = "0.10.16";
version = "0.11.1";
src = fetchFromGitHub {
owner = "kimono-koans";
repo = pname;
rev = version;
sha256 = "09zdexeMu54Y/4HbieZ0EJLxhwCv7upRJxqVbqr2hUw=";
sha256 = "GNiqWm6MsgLYjrkrbIHgKxtLmE4IJntcLd9GVRu1v2A=";
};
cargoSha256 = "SLEp88KwRg1RN78oX+fMYNR6ia9omrfH2bnJb+PrTAY=";
cargoSha256 = "87BkVAZ3BPtnuNUBTzdR4oiE0ZLIr5CacdYenU4V9qU=";
nativeBuildInputs = [ installShellFiles ];
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
description = "Interactive, file-level ZFS Time Machine-like tool";
description = "Interactive, file-level Time Machine-like tool for ZFS/btrfs";
homepage = "https://github.com/kimono-koans/httm";
license = licenses.mpl20;
platforms = platforms.unix;