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