conserve: 23.5.0 -> 23.9.0

Diff: https://github.com/sourcefrog/conserve/compare/v23.5.0...v23.9.0
This commit is contained in:
Peder Bergebakken Sundt
2023-09-26 18:29:22 +02:00
committed by Yt
parent 05915e91d4
commit cc27cd5fdf
2 changed files with 3 additions and 2031 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,21 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "conserve";
version = "23.5.0";
version = "23.9.0";
src = fetchFromGitHub {
owner = "sourcefrog";
repo = "conserve";
rev = "v${version}";
hash = "sha256-OzSTueaw2kWc2e45zckXS2O4bfykREOcz8/PpUIK09w=";
hash = "sha256-QBGuLSW4Uek1ag+QwXvoI8IEDM3j1MAOpScb9tIWrfA=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"nutmeg-0.1.3-pre" = "sha256-WcbQf8DZ9ryY+TWcVObdHj005GvfeMG+wesr6FiCUCE=";
};
};
cargoHash = "sha256-fKEktRDydmLJdU2KMDn4T637ogdbvT3OwWCzyIVaymc=";
meta = with lib; {
description = "Robust portable backup tool in Rust";