attic-client: 0-unstable-2025-09-12 -> 0-unstable-2025-09-24 (#447032)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 0e504f77 4d18ff2b

+4 -4
+4 -4
pkgs/by-name/at/attic-client/package.nix
··· 21 21 22 22 rustPlatform.buildRustPackage { 23 23 pname = "attic"; 24 - version = "0-unstable-2025-09-12"; 24 + version = "0-unstable-2025-09-24"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "zhaofengli"; 28 28 repo = "attic"; 29 - rev = "7c5d79ad62cda340cb8c80c99b921b7b7ffacf69"; 30 - hash = "sha256-q7q0pWT+wu5AUU1Qlbwq8Mqb+AzHKhaMCVUq/HNZfo8="; 29 + rev = "12cbeca141f46e1ade76728bce8adc447f2166c6"; 30 + hash = "sha256-0nZlCCDC5PfndsQJXXtcyrtrfW49I3KadGMDlutzaGU="; 31 31 }; 32 32 33 33 nativeBuildInputs = [ ··· 38 38 buildInputs = lib.optional needNixInclude nix ++ [ boost ]; 39 39 40 40 cargoBuildFlags = lib.concatMapStrings (c: "-p ${c} ") crates; 41 - cargoHash = "sha256-NdzwYnD0yMEI2RZwwXl/evYx9zdBVMOUee+V7uq1cf0="; 41 + cargoHash = "sha256-h041o0s+bciXnvSuk4j+/uCY/sRRQWDVf+WEb9GEYeY="; 42 42 43 43 env = { 44 44 ATTIC_DISTRIBUTOR = "nixpkgs";