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

Commits on Aug 17, 2019

  1. chafa: 1.0.1 -> 1.2.1

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

Commits on Aug 18, 2019

  1. Merge pull request #66806 from r-ryantm/auto-update/chafa

    chafa: 1.0.1 -> 1.2.1
    mmahut authored Aug 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c4acd0b 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.0.1";
version = "1.2.1";
pname = "chafa";

src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "1i1cnzmb12pxldc7y4q1xdmybv9xkhzrjyhdvmk3qsn02p859q04";
sha256 = "19dck47v4hd07q9742mgb928h7y1y9638qlh2rzsvqsfqvqmxh85";
};

nativeBuildInputs = [ autoconf