Skip to content

Commit

Permalink
linuxPackages.shufflecake: 0.4.4 -> 0.5.1 (#371543)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 6, 2025
2 parents 2f9c03d + 619747c commit 923a17e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/shufflecake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "shufflecake";
version = "0.4.4";
version = "0.5.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "shufflecake";
repo = "shufflecake-c";
rev = "v${finalAttrs.version}";
hash = "sha256-zvGHM5kajJlROI8vg1yZQ5NvJvuGLV2iKvumdW8aglA=";
hash = "sha256-ULRx+WEz7uQ1C0JDaXORo6lmiwBAwD20j/XP92YE/K0=";
};

nativeBuildInputs = kernel.moduleBuildDependencies;
Expand Down Expand Up @@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ oluceps ];
outputsToInstall = [ "bin" ];
platforms = platforms.linux;
broken = kernel.kernelOlder "6.1";
broken = kernel.kernelOlder "6.1" || kernel.meta.name == "linux-lqx-6.12.1";
};
})

0 comments on commit 923a17e

Please sign in to comment.