gnome-text-editor: 43.alpha0 → 43.alpha1
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/43.alpha0...43.alpha1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
6f4374f818
commit
428915f452
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
, icu
|
||||
, itstool
|
||||
, libadwaita
|
||||
, editorconfig-core-c
|
||||
, libxml2
|
||||
, pcre
|
||||
, appstream-glib
|
||||
|
@ -23,11 +24,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-text-editor";
|
||||
version = "43.alpha0";
|
||||
version = "43.alpha1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-4I7wRiGD7RAkJfdLXgsEMsoM5NlGyBKyOQuFB/5rb6A=";
|
||||
sha256 = "sha256-rWBUhLeuI6bGiisRjc4bSDSEhoE7ND/xaVjAtw+1sGU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
|
|||
gtk4
|
||||
gtksourceview5
|
||||
libadwaita
|
||||
editorconfig-core-c
|
||||
pcre
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue