Merge pull request #134051 from r-ryantm/auto-update/monolith

monolith: 2.4.1 -> 2.6.1

authored by Artturi and committed by GitHub 06a41b9c d1001998

+3 -3
+3 -3
pkgs/tools/backup/monolith/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "monolith"; 12 - version = "2.4.1"; 12 + version = "2.6.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Y2Z"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-n89rfZwR8B6SKeLtzmbeHRyw2G9NIQ1BY6JvJuZmC/w="; 18 + sha256 = "sha256-JhQkoVGJpMesNz2hRe+kWNX4zYrIcKzT0Z6owrXlRN4="; 19 19 }; 20 20 21 - cargoSha256 = "sha256-+UGGsBU12PzkrZ8Po8fJBs1pygdOvoHp0tKmipjVMQ4="; 21 + cargoSha256 = "sha256-BikzJr50Aua9llyQgbP/paIoC7dvsG0RYyVXmbdeGIA="; 22 22 23 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ]; 24 24 buildInputs = lib.optionals stdenv.isLinux [ openssl ]