gtksourceview5: 5.13.1 → 5.14.0
https://gitlab.gnome.org/GNOME/gtksourceview/-/compare/5.13.1...5.14.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gtksourceview";
|
||||
version = "5.13.1";
|
||||
version = "5.14.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gtksourceview/${lib.versions.majorMinor finalAttrs.version}/gtksourceview-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-olsElgdCT3xjQS67828mNbyfLidHcD8/B2D9DwcSBhY=";
|
||||
hash = "sha256-xA0fcwnREfWAX+xHwf6tUZxLjVBjF85ekAE85H1l6cY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user