change version
This commit is contained in:
parent
99a808e6b6
commit
ea9bd79546
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||
in buildLinux (args // {
|
||||
inherit modDirVersion;
|
||||
version = source.date;
|
||||
version = "6.3.0+${source.rev}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "koverstreet";
|
||||
repo = "bcachefs";
|
||||
|
|
Reference in a new issue