added 'alpha' to version
This commit is contained in:
parent
868597396c
commit
af4f8b2fa0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
in {
|
||||
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
|
||||
pname = "knock";
|
||||
version = "0.1.0";
|
||||
version = "0.1.0-alpha";
|
||||
src = self;
|
||||
nativeBuildInputs = [ nixpkgs.makeWrapper ];
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue