Commit 775052b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

chafa: 1.14.4 -> 1.14.5

parent aa9dd15d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
}:

stdenv.mkDerivation rec {
  version = "1.14.4";
  version = "1.14.5";
  pname = "chafa";

  src = fetchFromGitHub {
    owner = "hpjansson";
    repo = "chafa";
    rev = version;
    sha256 = "sha256-jrLlhpPWsc1aOEH36W6MbikAj1nAX8CinHKG+iRk+18=";
    sha256 = "sha256-9RkN0yZnHf5cx6tsp3P6jsi0/xtplWxMm3hYCPjWj0M=";
  };

  nativeBuildInputs = [ autoconf