mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
sequeler: 0.7.3 -> 0.7.4
This commit is contained in:
parent
9fa951a20a
commit
700ce1fd81
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue