libgedit-gfls: 0.2.1 → 0.3.0
https://gitlab.gnome.org/World/gedit/libgedit-gfls/-/compare/0.2.1...0.3.0
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
mesonEmulatorHook,
|
||||
gtk3,
|
||||
glib,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libgedit-gfls";
|
||||
version = "0.2.1";
|
||||
version = "0.3.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -28,8 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
group = "World";
|
||||
owner = "gedit";
|
||||
repo = "libgedit-gfls";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-kMkqEly8RDc5eKqUupQD4tkVIXxL1rt4e/OCAPoutIg=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-X56QPcmNB0Ey+kzSqDnb6/j6/w7IU7MFSAxW8mX8I3w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
@@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
glib
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://gitlab.gnome.org/World/gedit/libgedit-gfls";
|
||||
description = "Module dedicated to file loading and saving";
|
||||
|
||||
Reference in New Issue
Block a user