From 54cfde0e3007442dcdc1421e2456c81ea32ecc2e Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 26 Jan 2023 08:45:01 +0000 Subject: [PATCH] moby: linux-megous: 6.1.0-rc8 -> 6.2.0-rc5 --- pkgs/linux-megous/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/linux-megous/default.nix b/pkgs/linux-megous/default.nix index 8c48a5e3..5c1ca67c 100644 --- a/pkgs/linux-megous/default.nix +++ b/pkgs/linux-megous/default.nix @@ -3,9 +3,9 @@ with lib; let - base = "6.1.0"; + base = "6.2.0"; # set to empty if not a release candidate - rc = "-rc8"; + rc = "-rc5"; in buildLinux (args // rec { version = base + rc; @@ -24,7 +24,7 @@ in buildLinux (args // rec { # - specific branches like `pp` (pinephone) are dev branches, and probably less stable. owner = "megous"; repo = "linux"; - rev = "orange-pi-6.1-20221211-1046"; - hash = "sha256-TgFXH8bHWHs26rlf7a/zNO9zubFazC8Ie6J1gj4gLgw="; + rev = "orange-pi-6.2-20230122-1624"; + hash = "sha256-Yma9LwlMEnP0QkUZpEl+UkTGvOWOMANBoDsmcTrPb1s="; }; } // (args.argsOverride or { }))