pgmodeler: 1.2.2 -> 1.2.3 (#487620)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-07 03:35:34 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pgmodeler";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "pgmodeler";
repo = "pgmodeler";
rev = "v${finalAttrs.version}";
sha256 = "sha256-gDhH6b+8zFIsosdecUUkwAQMP1HME4EbJZsFyTzvGcE=";
sha256 = "sha256-WA3EOJm9RrKk7DrzdrpiihW+LhJOvvE2uajGwPCsBIk=";
};
nativeBuildInputs = [