Unverified Commit 6380af7e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

pgmodeler: 1.1.2 -> 1.1.3
parents 8cf9de03 9c21151c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "pgmodeler";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "pgmodeler";
    repo = "pgmodeler";
    rev = "v${version}";
    sha256 = "sha256-urKAsuYmK8dsXhP+I7p27PXXYRapPtkI8FqARfLwnEw=";
    sha256 = "sha256-LDgRv7Todyy2pnE21Z0O5JQ6mE4ZO3THv6rfEWU66Cc=";
  };

  nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];