opencbm: 0.4.99.103 -> 0.4.99.104

* opencbm: 0.4.99.103 -> 0.4.99.104 (#159672)

and add meta.homepage
and use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-02-15 13:18:27 -08:00 committed by GitHub
parent 0c7b4385d3
commit 7ff1fdfc78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opencbm"; pname = "opencbm";
version = "0.4.99.103"; version = "0.4.99.104";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OpenCBM"; owner = "OpenCBM";
repo = "OpenCBM"; repo = "OpenCBM";
rev = "v${version}"; rev = "v${version}";
sha256 = "06844yfgcbbwrp3iz5k8zd1zjawzbpvl131lgmkwz6d542c2k4k9"; sha256 = "sha256-5lj5F79Gbhrvi9dxKGobdyDyBLGcptAtxx9SANhLrKw=";
}; };
makefile = "LINUX/Makefile"; makefile = "LINUX/Makefile";
@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
disk copier included. Successor of cbm4linux. Also supports the XU1541 disk copier included. Successor of cbm4linux. Also supports the XU1541
and the XUM1541 devices (a.k.a. "ZoomFloppy"). and the XUM1541 devices (a.k.a. "ZoomFloppy").
''; '';
license = licenses.gpl2; homepage = "https://spiro.trikaliotis.net/opencbm";
license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.sander ]; maintainers = [ maintainers.sander ];
}; };