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

Commits on Apr 6, 2020

  1. chafa: 1.2.2 -> 1.4.0

    r-ryantm authored and Jon committed Apr 6, 2020
    Copy the full SHA
    53856e6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/chafa/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/chafa/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@


stdenv.mkDerivation rec{
version = "1.2.2";
version = "1.4.0";
pname = "chafa";

src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "10in960wzvmb25biifi480dz87c034vwb8mcshclssl7gmzgpzdn";
sha256 = "0vf658dd9sb2d3yh65c8nals9z0z7rykqqigmxq2h92x2ysjbg6x";
};

nativeBuildInputs = [ autoconf