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: 99b557e57472
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2fd0c31673f5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 10, 2018

  1. calc: 2.12.6.8 -> 2.12.7.1 (#50173)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/calc/versions
    r-ryantm authored and timokau committed Nov 10, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    2fd0c31 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/math/calc/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/calc/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@

stdenv.mkDerivation rec {
name = "calc-${version}";
version = "2.12.6.8";
version = "2.12.7.1";

src = fetchurl {
urls = [
"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2"
"http://www.isthe.com/chongo/src/calc/${name}.tar.bz2"
];
sha256 = "144am0pra3hh7635fmi7kqynba8z246dx1dzclm9qx965p3xb4hb";
sha256 = "0k58vv8m26kq74b8p784d749mzir0pi6g48hch1f6680d3fwa7gb";
};

patchPhase = ''