17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 hash = "sha256-p5F0OITgfZyvHwndI5r5BE524+nft7A2XfR3BJZFamU=";
44 passthru.updateScript = nix-update-script { };
47 homepage = "https://github.com/lainsce/notejot";
48 description = "Stupidly-simple notes app";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ AndersonTorres ];
51 platforms = platforms.linux;
52 mainProgram = "io.github.lainsce.Notejot";