18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 hash = "sha256-p5F0OITgfZyvHwndI5r5BE524+nft7A2XfR3BJZFamU=";
47 # Fixes the compilation error with new Vala compiler. Remove in the next version.
49 url = "https://github.com/musicinmybrain/notejot/commit/c6a7cfcb792de63fb51eb174f9f3d4e02f6a2ce1.patch";
50 hash = "sha256-dexPKIpUaAu/p0K2WQpElhPNt86CS+jD0dPL5+CTl4I=";
54 passthru.updateScript = nix-update-script { };
57 homepage = "https://github.com/lainsce/notejot";
58 description = "Stupidly-simple notes app";
59 license = licenses.gpl3Plus;
60 maintainers = with maintainers; [ AndersonTorres ];
61 platforms = platforms.linux;
62 mainProgram = "io.github.lainsce.Notejot";