Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
monolith: 2.2.5 -> 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 25, 2020
1 parent bcb05f0 commit 8198d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/backup/monolith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "monolith";
version = "2.2.5";
version = "2.2.6";

src = fetchFromGitHub {
owner = "Y2Z";
repo = pname;
rev = "v${version}";
sha256 = "0w19szxzhwxbgnv4k618p8v29dhbar1fn433bsz1cr1apnrahmkn";
sha256 = "0ifv1h16xrs40gw5wx7kwj7hirnzpgfrznskz2igsslk7ycjlbr1";
};

cargoSha256 = "06gc3cpx1m2f6fwrm8brw5nidg1v02q1qwqfxvv3xzmmczbw4345";
cargoSha256 = "1plx9p265jcc6wg3bhcdk1f77md8ann08kkv3g2706d82kxy2c1i";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
Expand Down

0 comments on commit 8198d23

Please sign in to comment.