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 75c71e3 commit 1d4af35Copy full SHA for 1d4af35
nix/ext/pgtap.nix
@@ -10,6 +10,7 @@
10
11
stdenv.mkDerivation rec {
12
pname = "pgtap";
13
+ name = pname;
14
version = "1.2.0";
15
16
src = fetchFromGitHub {
nix/ext/supautils.nix
@@ -7,6 +7,7 @@
7
8
9
pname = "supautils";
version = "3.0.1";
buildInputs = [ postgresql ];
0 commit comments