3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #118762 from fortuneteller2k/update-xanmod

linux_xanmod: 5.11.10 -> 5.11.12
This commit is contained in:
Sandro 2021-04-08 09:43:45 +02:00 committed by GitHub
commit e4d3ea862a
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.10";
version = "5.11.12";
suffix = "xanmod1-cacule";
in
buildLinux (args // rec {
@ -12,7 +12,7 @@ in
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-Pn1rX61mA8FEt5G1GppK/YyzXnB+hdm5pWh/4swQ4VE=";
sha256 = "sha256-omRZ9oAmW3mauUolPf/lgMFMwUCYU4YaZ+OS75Ag+lM=";
extraPostFetch = ''
rm $out/.config
'';