kcat: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2022-10-14 05:36:16 +00:00 committed by Bobby Rong
parent 011e3c19c8
commit f158817e70

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "kcat";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "edenhill";
repo = "kcat";
rev = version;
sha256 = "sha256-koDhj/RQc9fhfqjrJylhURw6tppPELhLlBGbNVJsii8=";
sha256 = "sha256-pCIYNx0GYPGDYzTLq9h/LbOrJjhKWLAV4gq07Ikl5O4=";
};
nativeBuildInputs = [ pkg-config which ];