Merge pull request #113055 from r-ryantm/auto-update/bdf2sfd

bdf2sfd: 1.1.5 -> 1.1.6
This commit is contained in:
Mario Rodas 2021-02-23 20:38:05 -05:00 committed by GitHub
commit 798949d9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bdf2sfd";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "fcambus";
repo = pname;
rev = version;
sha256 = "1bpadw25barzmmsz9bkrsj3iwbgf945zqfakbgq1yscfb85bfgsp";
sha256 = "sha256-f3IdTk1GEo1GlbiJMCpqwheNJrndm7aCojA+GuKMTao=";
};
nativeBuildInputs = [ cmake ];