haskellPackages.postgrest: 11.2.2 -> 12.0.2
https://github.com/PostgREST/postgrest/releases/tag/v12.0.2
This commit is contained in:
parent
d9e1745681
commit
677d868ca3
1 changed files with 2 additions and 2 deletions
|
@ -2723,12 +2723,12 @@ self: super: {
|
|||
(addBuildDepends [ self.extra self.fuzzyset_0_2_4 ])
|
||||
doJailbreak
|
||||
(overrideSrc rec {
|
||||
version = "11.2.2";
|
||||
version = "12.0.2";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "PostgREST";
|
||||
repo = "postgrest";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-6Nv0NSAiNUSg2T/cmWs7zGSInLSmF0WDA3E/KxlA7O8=";
|
||||
hash = "sha256-fpGeL8R6hziEtIgHUMfWLF7JAjo3FDYQw3xPSeQH+to=";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue