Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d598df22e6d1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e1d1418095b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 16, 2020

  1. monolith: 2.2.7 -> 2.3.0

    r-ryantm committed Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d666802 View commit details
  2. Merge pull request #93235 from r-ryantm/auto-update/monolith

    monolith: 2.2.7 -> 2.3.0
    Br1ght0ne authored Jul 16, 2020
    Copy the full SHA
    5e1d141 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/backup/monolith/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/backup/monolith/default.nix
Original file line number Diff line number Diff line change
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "monolith";
version = "2.2.7";
version = "2.3.0";

src = fetchFromGitHub {
owner = "Y2Z";
repo = pname;
rev = "v${version}";
sha256 = "1ww5q7pk269l2s7d2svkkyd7hb7g4hqmwjn09b287pmjcirnmqn9";
sha256 = "0jr9vsmjx6dfkkl2lnk8nc3i3snivy5za0zvcazss54xpa3k0fh1";
};

cargoSha256 = "0jdbxshvm9hdxdjr3sy1kgszhfs9v4r6gp0nwvv2n92m3z8zri9y";
cargoSha256 = "15zz168igc255kyqd6nl9p2cm1s1hs6bp72jdxjvpzgsg990jp46";

nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkg-config ];
buildInputs = stdenv.lib.optionals stdenv.isLinux [ openssl ]