pgmoneta: 0.16.0 -> 0.16.1 (#404649)

This commit is contained in:
Nick Cao 2025-05-06 16:40:43 -04:00 committed by GitHub
commit 70267e3f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-mbS+bh+fSap64Y3QIe54j9PD8CjCtcljT1UreCT5reM=";
hash = "sha256-NsbCgXruRIyzEdJjzImJJeTjDhMQwmo7bCTg9LTND+Y=";
};
nativeBuildInputs = [