Merge pull request #109738 from r-ryantm/auto-update/blogc

blogc: 0.20.0 -> 0.20.1
This commit is contained in:
Sandro 2021-01-18 12:40:35 +01:00 committed by GitHub
commit 01291474ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "blogc";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "blogc";
repo = pname;
rev = "v${version}";
sha256 = "0hx0gpvmv7rd910czafvmcpxabbvfmvdyxk4d1mckmblx8prb807";
sha256 = "sha256-YAwGgV5Vllz8JlIASbGIkdRzpciQbgPiXl5DjiSEJyE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];