linux_xanmod: 5.13.12 -> 5.13.13

launchpad/nixpkgs/master
Bernardo Meurer 3 years ago
parent b0daf8fb06
commit 9bd880fa72
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 4
      pkgs/os-specific/linux/kernel/linux-xanmod.nix

@ -1,7 +1,7 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.13.12";
version = "5.13.13";
release = "1";
suffix = "xanmod${release}-cacule";
in
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-cuZ8o0Ogi2dg4kVoFv4aqThRPDVI271i+DVw5Z4R7Kg=";
sha256 = "sha256-qRJuTkTmsKbCCGrzq62o+1RrvTGM74p4mqy9AQ8hvD0=";
};
structuredExtraConfig = with lib.kernel; {

Loading…
Cancel
Save