libgedit-gtksourceview: 299.5.0 -> 299.6.0 (#477698)

This commit is contained in:
Bobby Rong
2026-01-08 15:11:20 +00:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "enter-tex";
version = "3.48.0";
version = "3.49.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "gedit";
repo = "enter-tex";
tag = finalAttrs.version;
hash = "sha256-OnkP4E1kNWuE9k7SQ/ujnxnFgVyAqIhqHAw04ZA0Tno=";
hash = "sha256-CRxWN4eeB9uDdLtRh3aXHoN+gSlXSPDftGHcPtjgAzU=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -28,7 +28,7 @@
stdenv.mkDerivation rec {
pname = "gedit";
version = "48.2";
version = "49.0";
outputs = [
"out"
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
repo = "gedit";
tag = version;
fetchSubmodules = true;
hash = "sha256-M8ZyjY4wSogEjhEx9sOKfuGkbiypDmZoU0H4ja+TgaY=";
hash = "sha256-IW3zBQOq/eeIjJbgJooHlOd+6/ZHOG6DUspHUlopG8A=";
};
patches = [
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgedit-gtksourceview";
version = "299.5.0";
version = "299.6.0";
outputs = [
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "gedit";
repo = "libgedit-gtksourceview";
rev = finalAttrs.version;
hash = "sha256-3HnlYLa1Zy1GRpX5fjEoXUzfB9X6nydpVjZTzJyhvIs=";
hash = "sha256-PBayAXttEFB1nHXOFTHvc4/vSL8+VZjuuwyeMKHKd9I=";
};
patches = [
+2 -2
View File
@@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "libgedit-tepl";
version = "6.13.0";
version = "6.14.0";
outputs = [
"out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "gedit";
repo = "libgedit-tepl";
tag = version;
hash = "sha256-YWONsw5+gq5Uew6xB76pKsGTJmI83zAssO5WX6aP7ZM=";
hash = "sha256-KtmExJCEfa4c6alrtWOLNSKZUs65tZ7p9zcT9f8ZC+k=";
};
strictDeps = true;