Commit 428915f4 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome-text-editor: 43.alpha0 → 43.alpha1

parent 6f4374f8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
  ];