pgmodeler: 1.0.0 -> 1.0.1

This commit is contained in:
Daniel Albert 2023-02-18 00:05:53 +01:00
parent 68bfdaec57
commit 9c29ccb376
No known key found for this signature in database
GPG Key ID: 08C68B46CA8BF970

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "pgmodeler";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${version}";
sha256 = "sha256-aDmaKf3iLBFD28n2u/QOf/GkgE64Birn0x3Kj5Qx2sg=";
sha256 = "sha256-SlAYl2x1qdBBwLboO59h1uifF7Q71oX3JyhWwUogdb0=";
};
nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];