gnome3.gnome-notes: 3.28.3 → 3.30.3

This commit is contained in:
Jan Tojnar 2018-09-05 00:42:47 +00:00
parent e29980b372
commit cb842f8533
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 9 additions and 8 deletions

View File

@ -5,13 +5,13 @@
, gnome3, libxml2 }:
let
version = "3.28.3";
version = "3.30.3";
in stdenv.mkDerivation rec {
name = "bijiben-${version}";
name = "gnome-notes-${version}";
src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0lg92fl6dmrybkxs3gqhyr8rq945y64k51l6s72yiads7pqabli2";
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
sha256 = "1mkpi2i9nqpip5l15ihjcscyiri113s0705sjgh6b89164ahyn5k";
};
doCheck = true;
@ -41,13 +41,13 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = "bijiben";
attrPath = "gnome3.bijiben";
attrPath = "gnome3.gnome-notes";
};
};
meta = with stdenv.lib; {
description = "Note editor designed to remain simple to use";
homepage = https://wiki.gnome.org/Apps/Bijiben;
homepage = https://wiki.gnome.org/Apps/Notes;
license = licenses.gpl3;
maintainers = gnome3.maintainers;
platforms = platforms.linux;

View File

@ -246,8 +246,6 @@ lib.makeScope pkgs.newScope (self: with self; {
accerciser = callPackage ./apps/accerciser { };
bijiben = callPackage ./apps/bijiben { };
cheese = callPackage ./apps/cheese { };
evolution = callPackage ./apps/evolution { };
@ -280,6 +278,8 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-nettool = callPackage ./apps/gnome-nettool { };
gnome-notes = callPackage ./apps/gnome-notes { };
gnome-photos = callPackage ./apps/gnome-photos {
gegl = gegl_0_3;
};
@ -401,6 +401,7 @@ lib.makeScope pkgs.newScope (self: with self; {
} // lib.optionalAttrs (config.allowAliases or true) {
#### Legacy aliases
bijiben = gnome-notes; # added 2018-09-26
evolution_data_server = evolution-data-server; # added 2018-02-25
geocode_glib = geocode-glib; # added 2018-02-25
glib_networking = glib-networking; # added 2018-02-25