sequeler: 0.5.9 -> 0.6.0
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.0
This commit is contained in:
parent
bd1ebb0fa0
commit
a2a3a41db6
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
let
|
||||
version = "0.5.9";
|
||||
version = "0.6.0";
|
||||
sqlGda = libgda.override {
|
||||
mysqlSupport = true;
|
||||
postgresSupport = true;
|
||||
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "Alecaddd";
|
||||
repo = "sequeler";
|
||||
rev = "v${version}";
|
||||
sha256 = "08dgir1prjfh7kxdxksabia5093gcjyy2yy7s57yizszplw2v07v";
|
||||
sha256 = "04x3fg665201g3zy66sicfna4vac4n1pmrahbra90gvfzaia1cai";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig vala gobjectIntrospection gettext wrapGAppsHook desktop-file-utils ];
|
||||
|
|
Loading…
Reference in a new issue