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 https://github.com/pgmodeler/pgmodeler/commit/28c946920319d2b3293581136b59b1e133b440d8.
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:41:05 +01:00
parent c0c4f25067
commit dcb2a4d680
+1 -1
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 ];