Merge pull request #202116 from r-ryantm/auto-update/bchoppr

This commit is contained in:
Martin Weinelt 2022-11-25 01:57:33 +01:00 committed by GitHub
commit cab72cd3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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