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 67b8f1e commit 53d79c3Copy full SHA for 53d79c3
nix/ext/pgmq.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
8
owner = "tembo-io";
9
repo = pname;
10
rev = "v${version}";
11
- hash = "";
+ hash = "sha256-z+8/BqIlHwlMnuIzMz6eylmYbSmhtsNt7TJf/CxbdVw=";
12
};
13
14
buildPhase = ''
0 commit comments