Merge pull request #76229 from r-ryantm/auto-update/cln

cln: 1.3.5 -> 1.3.6
This commit is contained in:
markuskowa 2020-01-12 20:51:37 +01:00 committed by GitHub
commit 39096c5871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cln";
version = "1.3.5";
version = "1.3.6";
src = fetchurl {
url = "${meta.homepage}${pname}-${version}.tar.bz2";
sha256 = "0bc43v4fyxwik9gjkvm8jan74bkx9bjssv61lfh9jhhblmj010bq";
sha256 = "0jlq9l4hphk7qqlgqj9ihjp4m3rwjbhk6q4v00lsbgbri07574pl";
};
buildInputs = [ gmp ];