lol
0
fork

Configure Feed

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

the-foundation: 1.7.0 -> 1.8.1

+2 -2
+2 -2
pkgs/development/libraries/the-foundation/default.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "the-foundation"; 15 - version = "1.7.0"; 15 + version = "1.8.1"; 16 16 17 17 src = fetchFromGitea { 18 18 domain = "git.skyjake.fi"; 19 19 owner = "skyjake"; 20 20 repo = "the_Foundation"; 21 21 rev = "v${finalAttrs.version}"; 22 - hash = "sha256-6bEd8KzOfBse5sQ2zp+cZtEAu8xIl3GqrpxSZ7h/edI="; 22 + hash = "sha256-gyDBK/bF+QxXMnthUfMjeUuRBZk0Xcahm7wOtLGs5kY="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ cmake pkg-config ];