gnome-text-editor: 45.alpha → 45.beta

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/45.alpha...45.beta

No build changes other than bump version in meson.build.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-08-10 08:29:44 +00:00
committed by Jan Tojnar
parent 84d3decae3
commit 616a3584d7

View File

@@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gnome-text-editor";
version = "45.alpha";
version = "45.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-IjED+lHvxuv3lyfB9W9FLqWqXhpl+kZPWH5PS/bBIjk=";
sha256 = "sha256-Y15DvC0ctQar0A3tzqoUVupjY2Mmgm+VQUTGiq1Qeb0=";
};
nativeBuildInputs = [