bchoppr: 1.10.8 -> 1.10.10

This commit is contained in:
R. RyanTM 2021-09-14 01:59:47 +00:00
parent ea59da44e8
commit 5538096c8e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bchoppr";
version = "1.10.8";
version = "1.10.10";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "sha256-F2J9TBONluhBuoEnpff3tLZEHFDbmllILqbZvu+PGGI=";
sha256 = "sha256-LNPG/ETRmgPv8LsYVHol4p5oRCvg+dSYVEe61i8Dvz8=";
};
nativeBuildInputs = [ pkg-config ];