Merge pull request #308046 from r-ryantm/auto-update/pgmoneta

pgmoneta: 0.11.0 -> 0.11.1
This commit is contained in:
Pol Dellaiera 2024-05-01 23:05:59 +02:00 committed by GitHub
commit b600414af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-sFH8sYTQ10bR+TDNbyIJiAIcp24CA9E5zrRjyV9mGBU=";
hash = "sha256-+2pS3KG5wwP7bnaV+x8WxvDvQuXqmiMbuLScMNLqBtI=";
};
nativeBuildInputs = [