pgmodeler: 0.9.4 -> 1.0.0-beta

This update did improve stability a great amount for me.
This commit is contained in:
Daniel Albert 2022-10-05 00:39:12 +02:00
parent af4fc0bf1c
commit 6d982a3b7b
No known key found for this signature in database
GPG Key ID: 08C68B46CA8BF970

View File

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "pgmodeler";
version = "0.9.4";
version = "1.0.0-beta";
src = fetchFromGitHub {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${version}";
sha256 = "sha256-FwLPhIc2ofaB8Z2ZUYMFFt5XdoosEfEOwoIaI7pSxa0=";
sha256 = "sha256-1+1hKOY8unu6Z7LLv/WQ86JlwWUubQuhPP9OUjyXOrM=";
};
nativeBuildInputs = [ pkg-config qmake ];