shufflecake: 0.5.5 -> 0.5.8

This commit is contained in:
aaravrav
2026-05-09 19:55:48 +05:30
parent 68a8af93ff
commit 6129439e5a
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
name = "${finalAttrs.pname}-${finalAttrs.version}-${kernel.version}";
pname = "shufflecake";
version = "0.5.5";
version = "0.5.8";
src = fetchFromCodeberg {
owner = "shufflecake";
repo = "shufflecake-c";
rev = "v${finalAttrs.version}";
hash = "sha256-xVuI7tRARPFuETCCKYt507WpvZVZLaj9dhBkhJ03zc8=";
hash = "sha256-eI5tWujUHj9S8d1aOFMuokjVWI2GGEml68cuQ6K0/C8=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;