Merge pull request #119533 from fortuneteller2k/update-xanmod

linux_xanmod: 5.11.13 -> 5.11.14
This commit is contained in:
Sandro 2021-04-15 23:19:35 +02:00 committed by GitHub
commit 6de0cfabf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.11.13";
version = "5.11.14";
suffix = "xanmod1-cacule";
in
buildLinux (args // rec {
@ -12,7 +12,7 @@ in
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-LUbkccAfDS0/FnNhHn64bkC8qwBD0NKcdZRzNoSw4uA=";
sha256 = "sha256-kRbU1jheZi2U6mfNyhBFn3FJ7fjYkNUVwkx3w/DZNQI=";
extraPostFetch = ''
rm $out/.config
'';