tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.shufflecake: 0.5.1 -> 0.5.2
eljamm
9 months ago
b6df7be4
bbe6163a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
shufflecake
default.nix
+2
-2
pkgs/os-specific/linux/shufflecake/default.nix
···
9
9
}:
10
10
stdenv.mkDerivation (finalAttrs: {
11
11
name = "shufflecake";
12
12
-
version = "0.5.1";
12
12
+
version = "0.5.2";
13
13
src = fetchFromGitea {
14
14
domain = "codeberg.org";
15
15
owner = "shufflecake";
16
16
repo = "shufflecake-c";
17
17
rev = "v${finalAttrs.version}";
18
18
-
hash = "sha256-ULRx+WEz7uQ1C0JDaXORo6lmiwBAwD20j/XP92YE/K0=";
18
18
+
hash = "sha256-EF9VKaqcNJt3hd/CUT+QeW17tc5ByStDanGGwi4uL4s=";
19
19
};
20
20
21
21
nativeBuildInputs = kernel.moduleBuildDependencies;