21 stdenv.mkDerivation rec {
26 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
27 hash = "sha256-vrNcreIMYOQxVRbyCsfr7p37wrgPAHy+2LxaUlIuRC4=";
50 updateScript = gnome.updateScript {
56 homepage = "https://gitlab.gnome.org/GNOME/gnote";
57 description = "Note taking application";
58 mainProgram = "gnote";
59 maintainers = with maintainers; [ jfvillablanca ];
60 license = licenses.gpl3Only;
61 platforms = platforms.linux;