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 {
|
in {
|
||||||
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
|
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
|
||||||
pname = "knock";
|
pname = "knock";
|
||||||
version = "0.1.0";
|
version = "0.1.0-alpha";
|
||||||
src = self;
|
src = self;
|
||||||
nativeBuildInputs = [ nixpkgs.makeWrapper ];
|
nativeBuildInputs = [ nixpkgs.makeWrapper ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue