summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-xanmod.nix
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-05-23 14:02:27 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-05-27 07:00:31 +0800
commitb4711d8af5eb92c1130f4cccd1074cb9c71cb8d3 (patch)
treee4e8b6eb0deea002c511f9e37c49a0b63822931c /pkgs/os-specific/linux/kernel/linux-xanmod.nix
parent20b023b5ea63a6513a4dce7f162736a00bce5cc8 (diff)
downloadnixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar.gz
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar.bz2
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar.lz
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar.xz
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.tar.zst
nixpkgs-b4711d8af5eb92c1130f4cccd1074cb9c71cb8d3.zip
linux_xanmod: 5.12.5 -> 5.12.7
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-xanmod.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix40
1 files changed, 20 insertions, 20 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index eecdc09ca20..bb70221c791 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -1,27 +1,27 @@
 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
 
 let
-  version = "5.12.5";
+  version = "5.12.7";
   suffix = "xanmod1-cacule";
 in
-  buildLinux (args // rec {
-    modDirVersion = "${version}-${suffix}";
-    inherit version;
+buildLinux (args // rec {
+  modDirVersion = "${version}-${suffix}";
+  inherit version;
 
-    src = fetchFromGitHub {
-      owner = "xanmod";
-      repo = "linux";
-      rev = modDirVersion;
-      sha256 = "sha256-u9ebl2M8zrCNdangcUdk/78KwPCYV41PIB6YKTqCgIY=";
-      extraPostFetch = ''
-        rm $out/.config
-      '';
-    };
+  src = fetchFromGitHub {
+    owner = "xanmod";
+    repo = "linux";
+    rev = modDirVersion;
+    sha256 = "sha256-zwaCQ0qMp6LCyWZikyyDyTktBlYEvJqJX46uiRCOUz4=";
+    extraPostFetch = ''
+      rm $out/.config
+    '';
+  };
 
-    extraMeta = {
-      branch = "5.12-cacule";
-      maintainers = with lib.maintainers; [ fortuneteller2k ];
-      description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
-      broken = stdenv.hostPlatform.isAarch64;
-    };
-  } // (args.argsOverride or { }))
+  extraMeta = {
+    branch = "5.12-cacule";
+    maintainers = with lib.maintainers; [ fortuneteller2k ];
+    description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
+    broken = stdenv.hostPlatform.isAarch64;
+  };
+} // (args.argsOverride or { }))