Skip to content

Commit

Permalink
bump to supautils v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Oct 17, 2024
1 parent cfbb171 commit fac74f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/ext/supautils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "supautils";
version = "2.2.1";
version = "2.5.0";

buildInputs = [ postgresql ];

src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wSUEG0at00TPAoHv6+NMzuUE8mfW6fnHH0MNxvBdUiE=";
hash = "sha256-NyAk+QpQEdibmFY4yceO/FzMOhRYhKXf4XUw9XJ5rOY=";
};

installPhase = ''
Expand Down

0 comments on commit fac74f0

Please sign in to comment.