backdown: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-09-23 10:04:07 +00:00
parent d218baf24f
commit d03e2a74e3

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "backdown";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "Canop";
repo = "backdown";
rev = "v${version}";
hash = "sha256-w9EdDSGqmHRLXwx5qFo0BngKATKtQsieMt6dPgfOrQ0=";
hash = "sha256-3+XmMRZz3SHF1sL+/CUvu4uQ2scE4ACpcC0r4nWhdkM=";
};
cargoHash = "sha256-BOwhXq/xVuk3KylL3KeIkiIG3SXVASFiYkUgKJhMzuU=";
cargoHash = "sha256-+SxXOpSBuVVdX2HmJ4vF45uf5bvRtPdwaXUb9kq+lK0=";
meta = with lib; {
description = "File deduplicator";