Merge pull request #261807 from r-ryantm/auto-update/pgmodeler

pgmodeler: 1.0.5 -> 1.0.6
This commit is contained in:
Nick Cao
2023-10-18 10:45:22 -04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "pgmodeler";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${version}";
sha256 = "sha256-Wl4MKsZhn5FKEhsezt+j8qpZs+KNHaQrWQ8x7y51MNE=";
sha256 = "sha256-Km4PWvbIzgc1Kxsp26HYLCA4OkCfOsGWsdWYLmWf/NA=";
};
nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];