lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

R. RyanTM
Renaud
and committed by
GitHub
7ff1fdfc 0c7b4385

+4 -3
+4 -3
pkgs/tools/misc/opencbm/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "opencbm"; 12 - version = "0.4.99.103"; 12 + version = "0.4.99.104"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "OpenCBM"; 16 16 repo = "OpenCBM"; 17 17 rev = "v${version}"; 18 - sha256 = "06844yfgcbbwrp3iz5k8zd1zjawzbpvl131lgmkwz6d542c2k4k9"; 18 + sha256 = "sha256-5lj5F79Gbhrvi9dxKGobdyDyBLGcptAtxx9SANhLrKw="; 19 19 }; 20 20 21 21 makefile = "LINUX/Makefile"; ··· 45 45 disk copier included. Successor of cbm4linux. Also supports the XU1541 46 46 and the XUM1541 devices (a.k.a. "ZoomFloppy"). 47 47 ''; 48 - license = licenses.gpl2; 48 + homepage = "https://spiro.trikaliotis.net/opencbm"; 49 + license = licenses.gpl2Plus; 49 50 platforms = platforms.linux; 50 51 maintainers = [ maintainers.sander ]; 51 52 };