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

bdf2sfd: 1.1.4 -> 1.1.5
This commit is contained in:
Mario Rodas 2020-11-02 18:09:43 -05:00 committed by GitHub
commit 9fd95675a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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