Loading pkgs/by-name/lc/lcov/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ let in stdenv.mkDerivation rec { pname = "lcov"; version = "2.1"; version = "2.2"; src = fetchFromGitHub { owner = "linux-test-project"; repo = "lcov"; rev = "v${version}"; hash = "sha256-QfA+mzLfpi2fuhcPvCKO7YnPef1GMhCbgBWdXFTXPzE="; hash = "sha256-cZdDlOf3IgPQrUNl+wu6Gwecaj+r2xu0eqmlz67TeAI="; }; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/by-name/lc/lcov/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ let in stdenv.mkDerivation rec { pname = "lcov"; version = "2.1"; version = "2.2"; src = fetchFromGitHub { owner = "linux-test-project"; repo = "lcov"; rev = "v${version}"; hash = "sha256-QfA+mzLfpi2fuhcPvCKO7YnPef1GMhCbgBWdXFTXPzE="; hash = "sha256-cZdDlOf3IgPQrUNl+wu6Gwecaj+r2xu0eqmlz67TeAI="; }; nativeBuildInputs = [ makeWrapper ]; Loading