3
0
Fork 0
forked from mirrors/nixpkgs

sequeler: 0.6.1 -> 0.6.2 ()

Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.2
This commit is contained in:
Elis Hirwing 2018-09-15 16:09:49 +02:00 committed by xeji
parent 5e21a5aa57
commit 36ec1db42d

View file

@ -4,7 +4,7 @@
let
version = "0.6.1";
version = "0.6.2";
sqlGda = libgda.override {
mysqlSupport = true;
postgresSupport = true;
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
owner = "Alecaddd";
repo = "sequeler";
rev = "v${version}";
sha256 = "1gafd8bmwpby7gjzfr7q25rrdmyh1f175fxc1yrcr5nplfyzwfnb";
sha256 = "0j5z3z34jc1acclmlkjpv7fcs4f2gf0bcfnvcpn3zdzw9fzj0sw7";
};
nativeBuildInputs = [ meson ninja pkgconfig vala gobjectIntrospection gettext wrapGAppsHook python3 desktop-file-utils ];