bchoppr: 1.12.2 -> 1.12.6

This commit is contained in:
kashw2 2023-09-01 10:54:32 +10:00
parent 5f28735283
commit 6da3f103e3

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 ];