hal-hardware-analyzer: 3.2.5 -> 3.2.6

This commit is contained in:
R. RyanTM 2021-03-04 16:53:44 +00:00 committed by Jonathan Ringer
parent e46a92f0c3
commit c0c700cb99

View File

@ -4,14 +4,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.2.5"; version = "3.2.6";
pname = "hal-hardware-analyzer"; pname = "hal-hardware-analyzer";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emsec"; owner = "emsec";
repo = "hal"; repo = "hal";
rev = "v${version}"; rev = "v${version}";
sha256 = "0hc10wbngh4gfiiy9ndkf1y6dclcgy38x1n9k5wpvmf13vdah3zy"; sha256 = "sha256-GRHRrAxZ10hmAXkGGSQEwNJTbnMbJ9jMyKnOUq+KoWo=";
}; };
# make sure bundled dependencies don't get in the way - install also otherwise # make sure bundled dependencies don't get in the way - install also otherwise
# copies them in full to the output, bloating the package # copies them in full to the output, bloating the package