sequeler: 0.5.3 -> 0.5.4

This commit is contained in:
Elis Hirwing 2018-02-26 18:59:05 +01:00 committed by Jan Tojnar
parent 5069ad2c28
commit d7f97c7921
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -4,7 +4,7 @@
let
version = "0.5.3";
version = "0.5.4";
sqlGda = libgda.override {
mysqlSupport = true;
postgresSupport = true;
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
owner = "Alecaddd";
repo = "sequeler";
rev = "v${version}";
sha256 = "0m5zwl9jfdl1dzd1ymlwx7rx5cr9fdx06sbnidaajh33z02zaph0";
sha256 = "05c7y6xdyq3h9bn90pbz03jhy9kabmgpxi4zz0i26q0qphljskbx";
};
nativeBuildInputs = [ cmake ninja pkgconfig vala gobjectIntrospection gettext wrapGAppsHook ];