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: 52826281e7fd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4b76d6e804b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 6, 2020

  1. sequoia: 0.15.0 -> 0.16.0

    doronbehar committed Apr 6, 2020
    Copy the full SHA
    eb70311 View commit details

Commits on Apr 7, 2020

  1. Merge pull request #84464 from doronbehar/update-sequoia

    sequoia: 0.15.0 -> 0.16.0
    nh2 authored Apr 7, 2020
    Copy the full SHA
    a4b76d6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/sequoia/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/sequoia/default.nix
Original file line number Diff line number Diff line change
@@ -9,16 +9,16 @@ assert pythonSupport -> pythonPackages != null;

rustPlatform.buildRustPackage rec {
pname = "sequoia";
version = "0.15.0";
version = "0.16.0";

src = fetchFromGitLab {
owner = "sequoia-pgp";
repo = pname;
rev = "v${version}";
sha256 = "1l6isis0ddb0b306z3cv2f5qz2bhw5pmf42shnrxzg7778dnmwhw";
sha256 = "0iwzi2ylrwz56s77cd4vcf89ig6ipy4w6kp2pfwqvd2d00x54dhk";
};

cargoSha256 = "0cfi42wx93yc9yib9lpxl6ph991ra39yfhw1lr16z2qzzbzj2b1j";
cargoSha256 = "0jsmvs6hr9mhapz3a74wpfgkjkq3w10014j3z30bm659mxqrknha";

nativeBuildInputs = [
pkgconfig