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

Commits on Jun 18, 2019

  1. sieve-connect: 0.89 -> 0.90

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/sieve-connect/versions
    r-ryantm committed Jun 18, 2019
    Copy the full SHA
    e586737 View commit details

Commits on Jun 22, 2019

  1. Merge pull request #63428 from r-ryantm/auto-update/sieve-connect

    sieve-connect: 0.89 -> 0.90
    marsam authored Jun 22, 2019
    Copy the full SHA
    6f40e5d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/sieve-connect/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sieve-connect/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "sieve-connect-${version}";
version = "0.89";
version = "0.90";

src = fetchFromGitHub {
owner = "philpennock";
repo = "sieve-connect";
rev = "v${version}";
sha256 = "0g7cv29wd5673inl4c87xb802k86bj6gcwh131xrbbg0a0g1c8fp";
sha256 = "1ghvfa5ifa68b6imh85bkmy00r93c5f9hs6d039axb73gmma580p";
};

buildInputs = [ perlPackages.perl ];