mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnome-text-editor: 45.beta → 45.0
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/45.beta...45.0 No build changes. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
5ff2417593
commit
b7b3fc5b68
@ -24,11 +24,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-text-editor";
|
||||
version = "45.beta";
|
||||
version = "45.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-Y15DvC0ctQar0A3tzqoUVupjY2Mmgm+VQUTGiq1Qeb0=";
|
||||
sha256 = "sha256-R7P75JAOsgRBPZrzro4OzQZyjSrBXQKxoFDQLUcia8E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user