Skip to content

Commit

Permalink
linux_cachyos: 6.13.0 -> 6.13.1 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Feb 3, 2025
1 parent f31ef9d commit 894d1db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/linux-cachyos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ in
withHDR = false;
};

zfs = final.zfs_2_2.overrideAttrs (prevAttrs: {
zfs = final.zfs_2_3.overrideAttrs (prevAttrs: {
inherit (mainKernel.zfs_cachyos) src;
patches = [ ];
passthru = prevAttrs.passthru // {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/linux-cachyos/packages-for.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let
addZFS = _finalAttrs: prevAttrs:
{
kernel_configfile = prevAttrs.kernel.configfile;
zfs_cachyos = prevAttrs.zfs_2_2.overrideAttrs (prevAttrs: {
zfs_cachyos = prevAttrs.zfs_2_3.overrideAttrs (prevAttrs: {
src = fetchFromGitHub {
owner = "cachyos";
repo = "zfs";
Expand Down
12 changes: 6 additions & 6 deletions pkgs/linux-cachyos/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"suffix": "-cachyos",
"_linux": "pkgver from config's PKGBUILD",
"linux": {
"version": "6.13.0",
"hash": "sha256-553Mbrhmlca6v7B8KGGRK2NdUHXGzRzQVn0eoVX4DW4="
"version": "6.13.1",
"hash": "sha256-8BH2yOpHHfGz273R6yYbKckuQzYFA8Pr0AW+7CFVtmo="
},
"_config": "latest commit from https://github.com/CachyOS/linux-cachyos/commits/master/linux-cachyos",
"config": {
"rev": "8a63eb57721d23a2c062fa4e75ceac74eab001ab",
"hash": "sha256-HumXripfgn7gekDkasZbL9fjm/6cEpoKkqYFQzN1Ojw="
"rev": "bdb71f0b22ff1feb846ef680db60e96d0aea3335",
"hash": "sha256-QFkqkZAsp+ZUoQTqLHfzfhN2WXwKdh0CnIJd6Y3YtIQ="
},
"_patches": "latest commit from https://github.com/CachyOS/kernel-patches/commits/master/x.y",
"patches": {
"rev": "87e9ac4a0f9f5d190deab6db0bad361c4cae05b7",
"hash": "sha256-gTwAjVvjiFdjnRkaQg0z8v3gOQl/lNvF5MA6+nwu4Ws="
"rev": "3216bcc085f66090b5a9c891e16b8516c6760856",
"hash": "sha256-5TXaggrumpYlcB9IWAvcEOBrm9XWJrHdsZUFiqm3mIk="
},
"_zfs": "search for `git+https://github.com/cachyos/zfs.git` in config's PKGBUILD",
"zfs": {
Expand Down

1 comment on commit 894d1db

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (356 not suitable for building)

Please sign in to comment.