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

Commits on Oct 7, 2019

  1. hebcal: 4.18 -> 4.19

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/hebcal/versions
    r-ryantm committed Oct 7, 2019

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    13b895b View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70599 from r-ryantm/auto-update/hebcal

    hebcal: 4.18 -> 4.19
    c0bw3b authored Oct 9, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d8aae81 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/hebcal/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/hebcal/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook }:

stdenv.mkDerivation rec {
version = "4.18";
version = "4.19";
pname = "hebcal";

src = fetchFromGitHub {
owner = "hebcal";
repo = "hebcal";
rev = "v${version}";
sha256 = "13b3gbfl043s6vycf5kdy2lkchy3kg690vy0dpmy3si6x05nl10w";
sha256 = "028y2bw0bs0bx58gnxzbrg2c14a2pgkni2carf5i7kb6dg4wnkaq";
};

nativeBuildInputs = [ autoreconfHook ];