summaryrefslogtreecommitdiff
path: root/temp-postgres.nix
diff options
context:
space:
mode:
Diffstat (limited to 'temp-postgres.nix')
-rw-r--r--temp-postgres.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/temp-postgres.nix b/temp-postgres.nix
index 86045f4..2304a53 100644
--- a/temp-postgres.nix
+++ b/temp-postgres.nix
@@ -1,7 +1,7 @@
{ lib, stdenv, postgresql, makeBinaryWrapper }:
stdenv.mkDerivation rec {
name = "temp-postgres-${version}";
- version = "0.1"; # TODO: set or infer correct version
+ version = "0.2.0-snapshot"; # TODO: set or infer correct version
src = ./.;
Generated by cgit. See skreutz.com for my tech blog and contact information.