6 stdenv.mkDerivation rec {
7 pname = "shen-sources";
11 url = "https://github.com/Shen-Language/shen-sources/releases/download/shen-${version}/ShenOSKernel-${version}.tar.gz";
12 sha256 = "1wlyh4rbzr615iykq1s779jvq28812rb4dascx1kzpakhw8z0260";
23 homepage = "https://shenlanguage.org";
24 description = "Source code for the Shen Language";
25 changelog = "https://github.com/Shen-Language/shen-sources/raw/shen-${version}/CHANGELOG.md";
26 platforms = platforms.all;
27 maintainers = with maintainers; [ bsima ];
28 license = licenses.bsd3;