Loading pkgs/servers/geospatial/pg_featureserv/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "pg_featureserv"; version = "1.2.0"; version = "1.3.0"; src = fetchFromGitHub { owner = "CrunchyData"; repo = pname; rev = "v${version}"; sha256 = "0lfsbsgcb7z8ljxn1by37rbx02vaprrpacybk1kja1rjli7ik7m9"; sha256 = "sha256-Kii9Qbff6dIAaHx3QfNPTg8g+QrBpZghGlHxrsGaMbo="; }; vendorSha256 = null; #vendorSha256 = ""; vendorHash = "sha256-BHiEVyi3FXPovYy3iDP8q+y+LgfI4ElDPVZexd7nnuo="; ldflags = [ "-s" "-w" "-X github.com/CrunchyData/pg_featureserv/conf.setVersion=${version}" ]; Loading @@ -20,6 +20,5 @@ buildGoModule rec { homepage = "https://github.com/CrunchyData/pg_featureserv"; license = licenses.asl20; maintainers = with maintainers; [ sikmir ]; broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.go-modules --check }; } Loading
pkgs/servers/geospatial/pg_featureserv/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "pg_featureserv"; version = "1.2.0"; version = "1.3.0"; src = fetchFromGitHub { owner = "CrunchyData"; repo = pname; rev = "v${version}"; sha256 = "0lfsbsgcb7z8ljxn1by37rbx02vaprrpacybk1kja1rjli7ik7m9"; sha256 = "sha256-Kii9Qbff6dIAaHx3QfNPTg8g+QrBpZghGlHxrsGaMbo="; }; vendorSha256 = null; #vendorSha256 = ""; vendorHash = "sha256-BHiEVyi3FXPovYy3iDP8q+y+LgfI4ElDPVZexd7nnuo="; ldflags = [ "-s" "-w" "-X github.com/CrunchyData/pg_featureserv/conf.setVersion=${version}" ]; Loading @@ -20,6 +20,5 @@ buildGoModule rec { homepage = "https://github.com/CrunchyData/pg_featureserv"; license = licenses.asl20; maintainers = with maintainers; [ sikmir ]; broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.go-modules --check }; }