backdown: init at 1.1.1

https://github.com/Canop/backdown
This commit is contained in:
figsoda 2023-08-22 20:05:46 -04:00
parent a18d03b998
commit 7ed9ef7505
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{ lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec {
pname = "backdown";
version = "1.1.1";
src = fetchFromGitHub {
owner = "Canop";
repo = "backdown";
rev = "v${version}";
hash = "sha256-w9EdDSGqmHRLXwx5qFo0BngKATKtQsieMt6dPgfOrQ0=";
};
cargoHash = "sha256-BOwhXq/xVuk3KylL3KeIkiIG3SXVASFiYkUgKJhMzuU=";
meta = with lib; {
description = "A file deduplicator";
homepage = "https://github.com/Canop/backdown";
changelog = "https://github.com/Canop/backdown/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
mainProgram = "backdown";
};
}

View file

@ -36976,6 +36976,8 @@ with pkgs;
aperture = callPackage ../applications/blockchains/aperture { };
backdown = callPackage ../tools/misc/backdown { };
balanceofsatoshis = callPackage ../tools/misc/balanceofsatoshis { };
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin {