Merge pull request #140387 from Ma27/bump-lwan

This commit is contained in:
Sandro 2021-10-03 17:56:21 +02:00 committed by GitHub
commit 584cfacc96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lwan";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "lpereira";
repo = pname;
rev = "v${version}";
sha256 = "1znkcsbxw3r10prqvf2x27w1wmm9kd485pj59c364wlvqdhidwqr";
sha256 = "sha256-Z8kiuZHLEupCKFrj8guiu9fTG7s+5KiQ6x0pg9iMy0c=";
};
nativeBuildInputs = [ cmake pkg-config ];