We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc348 commit 526d318Copy full SHA for 526d318
nix/ext/vault.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
10
owner = "supabase";
11
repo = pname;
12
rev = "refs/tags/v${version}";
13
- hash = "sha256-kXTngBW4K6FkZM8HvJG2Jha6OQqbejhnk7tchxy031I=";
+ hash = "sha256-MC87bqgtynnDhmNZAu96jvfCpsGDCPB0g5TZfRQHd30=";
14
};
15
16
installPhase = ''
0 commit comments