pgmodeler: 1.0.3 -> 1.0.4

This commit is contained in:
Daniel Albert 2023-05-20 22:35:50 +02:00
parent 8bf3e834da
commit b906d8a3a7
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.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${version}";
sha256 = "sha256-ZlIz+7YyER0/wQEkEe8XHYHcLK4vu09v1zkDrIgR/Dc=";
sha256 = "sha256-1d+zox46h22ox9zC+SvN3w3LkpHmN1jpf/tDPD5D80s=";
};
nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];