pgmodeler: Update hash after v1.0.0 was retagged

@GGG-KILLER pointed out in https://github.com/NixOS/nixpkgs/pull/213962#issuecomment-1416790289
that the hash changed.

The reason appears to be that the `v1.0.0` tag was retagged to 28c9469203.
This commit is by @rkhaotix, the maintainer of `pgmodeler` and the change between the revisions tagged `v1.0.0` does not appear to be malicious.
This commit is contained in:
Daniel Albert 2023-02-04 17:39:15 +01:00
parent c0c4f25067
commit dcb2a4d680
No known key found for this signature in database
GPG Key ID: 08C68B46CA8BF970

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${version}";
sha256 = "sha256-Lim9iQYdmulwZEIayoBGoAmQ7rysTEEof5iXy3kfKXs=";
sha256 = "sha256-aDmaKf3iLBFD28n2u/QOf/GkgE64Birn0x3Kj5Qx2sg=";
};
nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];