Merge pull request #233272 from luisnquin/master

This commit is contained in:
Janik 2023-06-25 18:18:00 +02:00 committed by GitHub
commit 251213fbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -9593,6 +9593,13 @@
githubId = 22085373;
name = "Luis Hebendanz";
};
luisnquin = {
email = "lpaandres2020@gmail.com";
matrix = "@luisnquin:matrix.org";
github = "luisnquin";
githubId = 86449787;
name = "Luis Quiñones";
};
luispedro = {
email = "luis@luispedro.org";
github = "luispedro";

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgweb";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "sosedoff";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+sU+kNTOv78g4mvynXoIyNtmeIDxzfAs4Kr/Lx9zfiU=";
sha256 = "sha256-NPuL7ffDLpnu0khJBIz+tItYyeHYPeOuTHXr4DjBgM0=";
};
postPatch = ''
@ -28,6 +28,6 @@ buildGoModule rec {
'';
homepage = "https://sosedoff.github.io/pgweb/";
license = licenses.mit;
maintainers = with maintainers; [ zupo ];
maintainers = with maintainers; [ zupo luisnquin ];
};
}