mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
sequeler: 0.6.4 -> 0.6.5
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.5
This commit is contained in:
parent
727d7d7a19
commit
6788f036ee
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
let
|
||||
version = "0.6.4";
|
||||
version = "0.6.5";
|
||||
sqlGda = libgda.override {
|
||||
mysqlSupport = true;
|
||||
postgresSupport = true;
|
||||
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "Alecaddd";
|
||||
repo = "sequeler";
|
||||
rev = "v${version}";
|
||||
sha256 = "1np7554535vwkjlk5kq4fpighfw92l4j35pfn1b2mgnh7xd6zhaj";
|
||||
sha256 = "18d0dwrsn69fx1lwm6ihhk2r4996pxiy4hfv608gc1kl4s4f4sqp";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig vala gobject-introspection gettext wrapGAppsHook python3 desktop-file-utils ];
|
||||
|
|
Loading…
Reference in a new issue