mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user