moby: linux-megous: 6.1.0-rc8 -> 6.2.0-rc5
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
base = "6.1.0";
|
base = "6.2.0";
|
||||||
# set to empty if not a release candidate
|
# set to empty if not a release candidate
|
||||||
rc = "-rc8";
|
rc = "-rc5";
|
||||||
in buildLinux (args // rec {
|
in buildLinux (args // rec {
|
||||||
version = base + rc;
|
version = base + rc;
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ in buildLinux (args // rec {
|
|||||||
# - specific branches like `pp` (pinephone) are dev branches, and probably less stable.
|
# - specific branches like `pp` (pinephone) are dev branches, and probably less stable.
|
||||||
owner = "megous";
|
owner = "megous";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "orange-pi-6.1-20221211-1046";
|
rev = "orange-pi-6.2-20230122-1624";
|
||||||
hash = "sha256-TgFXH8bHWHs26rlf7a/zNO9zubFazC8Ie6J1gj4gLgw=";
|
hash = "sha256-Yma9LwlMEnP0QkUZpEl+UkTGvOWOMANBoDsmcTrPb1s=";
|
||||||
};
|
};
|
||||||
} // (args.argsOverride or { }))
|
} // (args.argsOverride or { }))
|
||||||
|
Reference in New Issue
Block a user