hal-hardware-analyzer: 3.2.5 -> 3.2.6
This commit is contained in:
parent
e46a92f0c3
commit
c0c700cb99
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user