Nix packages for third-party projects that don't ship their own flakes
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(packages): weekly upstream version bumps

Automated update from scripts/update-packages.sh

+2 -2
+2 -2
packages/spinel/default.nix
··· 32 32 src = fetchFromGitHub { 33 33 owner = "matz"; 34 34 repo = "spinel"; 35 - rev = "99aad26b59ec134596833b101cb1c03909afd130"; 36 - hash = "sha256-Dqaopg08gqBH++Uc9HZi0LqhwwaHNLn6eX5x0jXlYDo="; 35 + rev = "d2d9c8ad69fbe8d6952c5cb53689bae6129f5074"; 36 + hash = "sha256-DS04ruOsXHcje+b0a2YDEftuytR188iUdTGhSO3n9sA="; 37 37 }; 38 38 39 39 nativeBuildInputs = [ makeWrapper ];