mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
libgedit-tepl: 6.12.0 → 6.13.0
https://gitlab.gnome.org/World/gedit/libgedit-tepl/-/compare/6.12.0...6.13.0
This commit is contained in:
parent
5a11515788
commit
cbed098934
1 changed files with 6 additions and 3 deletions
|
@ -15,11 +15,12 @@
|
|||
pkg-config,
|
||||
gtk-doc,
|
||||
docbook-xsl-nons,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libgedit-tepl";
|
||||
version = "6.12.0";
|
||||
version = "6.13.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
@ -32,8 +33,8 @@ stdenv.mkDerivation rec {
|
|||
group = "World";
|
||||
owner = "gedit";
|
||||
repo = "libgedit-tepl";
|
||||
rev = version;
|
||||
hash = "sha256-s3b7wj6b2SM0+i0vXUDDhnspgPcsRAsA5kLblh0orJE=";
|
||||
tag = version;
|
||||
hash = "sha256-YWONsw5+gq5Uew6xB76pKsGTJmI83zAssO5WX6aP7ZM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -62,6 +63,8 @@ stdenv.mkDerivation rec {
|
|||
libgedit-gtksourceview
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.gnome.org/World/gedit/libgedit-tepl";
|
||||
description = "Text editor product line";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue