lol
0
fork

Configure Feed

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

lcov: 2.3.1 -> 2.3.2

R. Ryantm ab4e4190 6e77d59a

+2 -2
+2 -2
pkgs/by-name/lc/lcov/package.nix
··· 23 23 in 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "lcov"; 26 - version = "2.3.1"; 26 + version = "2.3.2"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "linux-test-project"; 30 30 repo = "lcov"; 31 31 tag = "v${finalAttrs.version}"; 32 - hash = "sha256-31318or9AQ7iyu9DNQEvf5jaDzrneOOqOXu0HF1eag4="; 32 + hash = "sha256-msttwM5QlSkeruKoVwZYpymz5JOJRb6QoSeF19AkEGI="; 33 33 }; 34 34 35 35 nativeBuildInputs = [