sequeler: 0.7.3 -> 0.7.4

This commit is contained in:
R. RyanTM 2020-04-01 19:10:43 +00:00 committed by Jon
parent 9fa951a20a
commit 700ce1fd81

View file

@ -11,13 +11,13 @@ let
in stdenv.mkDerivation rec {
pname = "sequeler";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "Alecaddd";
repo = pname;
rev = "v${version}";
sha256 = "16vc3v9qls9fxg9h8fsi67z68s4acl5hj14gbcrnqm7mf3kmk3aw";
sha256 = "0ki8dganj6hmvg5qwdlc3y0a4pdmx7454np790yf5wnqb6ixb6gv";
};
nativeBuildInputs = [ meson ninja pkgconfig vala gettext wrapGAppsHook python3 desktop-file-utils ];
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
editor with language recognition, and visualize SELECT results in a
Gtk.Grid Widget.
'';
homepage = https://github.com/Alecaddd/sequeler;
homepage = "https://github.com/Alecaddd/sequeler";
license = licenses.gpl3;
maintainers = [ maintainers.etu ] ++ pantheon.maintainers;
platforms = platforms.linux;