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);
|
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||||
in buildLinux (args // {
|
in buildLinux (args // {
|
||||||
inherit modDirVersion;
|
inherit modDirVersion;
|
||||||
version = source.date;
|
version = "6.3.0+${source.rev}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koverstreet";
|
owner = "koverstreet";
|
||||||
repo = "bcachefs";
|
repo = "bcachefs";
|
||||||
|
|
Reference in a new issue