bdf2sfd: 1.1.8 -> 1.1.9 (#392850)

This commit is contained in:
Nick Cao 2025-03-25 16:06:06 -04:00 committed by GitHub
commit 3cfbc5106e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "bdf2sfd";
version = "1.1.8";
version = "1.1.9";
src = fetchFromGitHub {
owner = "fcambus";
repo = "bdf2sfd";
rev = version;
sha256 = "sha256-+CPULpy3mqZv0QaXS4kKYWKjifibtcQt7unKGOUTSV0=";
sha256 = "sha256-L1fIPZdVP4px73VbnEA6sb28WrmsNUJ2tqLeGPpwDbA=";
};
nativeBuildInputs = [ cmake ];