pgweb: 0.11.11 -> 0.14.0
This commit is contained in:
parent
601b8658d5
commit
c86ee97f3b
@ -9357,6 +9357,13 @@
|
|||||||
githubId = 22085373;
|
githubId = 22085373;
|
||||||
name = "Luis Hebendanz";
|
name = "Luis Hebendanz";
|
||||||
};
|
};
|
||||||
|
luisnquin = {
|
||||||
|
email = "lpaandres2020@gmail.com";
|
||||||
|
matrix = "@luisnquin:matrix.org";
|
||||||
|
github = "luisnquin";
|
||||||
|
githubId = 86449787;
|
||||||
|
name = "Luis Quiñones";
|
||||||
|
};
|
||||||
luispedro = {
|
luispedro = {
|
||||||
email = "luis@luispedro.org";
|
email = "luis@luispedro.org";
|
||||||
github = "luispedro";
|
github = "luispedro";
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pgweb";
|
pname = "pgweb";
|
||||||
version = "0.13.1";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sosedoff";
|
owner = "sosedoff";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-+sU+kNTOv78g4mvynXoIyNtmeIDxzfAs4Kr/Lx9zfiU=";
|
sha256 = "sha256-NPuL7ffDLpnu0khJBIz+tItYyeHYPeOuTHXr4DjBgM0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -28,6 +28,6 @@ buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://sosedoff.github.io/pgweb/";
|
homepage = "https://sosedoff.github.io/pgweb/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ zupo ];
|
maintainers = with maintainers; [ zupo luisnquin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user