Skip to content

Commit

Permalink
sequeler: 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etu authored and jtojnar committed Feb 27, 2018
1 parent 5069ad2 commit d7f97c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/sequeler/default.nix
Expand Up @@ -4,7 +4,7 @@


let
version = "0.5.3";
version = "0.5.4";
sqlGda = libgda.override {
mysqlSupport = true;
postgresSupport = true;
Expand All @@ -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 ];
Expand Down

0 comments on commit d7f97c7

Please sign in to comment.