Merge pull request #252490 from kashw2/bchoppr

bchoppr: 1.12.2 -> 1.12.6
This commit is contained in:
Weijia Wang 2023-09-01 23:16:47 +02:00 committed by GitHub
commit bd321440d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,14 @@
stdenv.mkDerivation rec {
pname = "bchoppr";
version = "1.12.2";
version = "1.12.6";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "sha256-P6sbxhgnlek1IJ4i9yTe/3g/2C8oLPKXI3zbLdswvl8=";
sha256 = "sha256-/aLoLUpWu66VKd9lwjli+FZZctblrZUPSEsdYH85HwQ=";
fetchSubmodules = true;
};
nativeBuildInputs = [ pkg-config ];