Merge pull request #326437 from pyrox0/fetchfromrepoorcz-no-sha256

treewide: use SRI hash in fetchFromOrCz
This commit is contained in:
éclairevoyant 2024-07-12 03:19:46 +00:00 committed by GitHub
commit 4f74d5e6d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation {
src = fetchFromRepoOrCz {
repo = "cdimgtools";
rev = "version/0.3";
sha256 = "1hxg3glxj26fh9xnv184sfdc2wi4cnzvn7chz47wcqdsd0d5fn8w";
hash = "sha256-HFlXGmi6YcYP+ZAdu79lJHLBmtMEhW17gs4I2ekbr8M=";
};
nativeBuildInputs = [ autoreconfHook makeWrapper asciidoc perlPackages.PodPerldoc xmlto sourceHighlight docbook_xsl docbook_xml_dtd_45 ];