Merge pull request #93207 from r-ryantm/auto-update/bdf2sfd
bdf2sfd: 1.1.2 -> 1.1.3
This commit is contained in:
commit
768011c9e8
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bdf2sfd";
|
pname = "bdf2sfd";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcambus";
|
owner = "fcambus";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1fhdl739a4v8296wpn2390fhlb6vlg9m1zik7mql4l9008ncd5mv";
|
sha256 = "0v1kkds35qfyv1h5kxc2m7f2gsprg9c7jzpsm3p4f71qn982wry6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "BDF to SFD converter";
|
description = "BDF to SFD converter";
|
||||||
homepage = "https://github.com/fcambus/bdf2sfd";
|
homepage = "https://github.com/fcambus/bdf2sfd";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue