3
0
Fork 0
forked from mirrors/nixpkgs

imgbrd-grabber: 7.9.1 -> 7.10.0

This commit is contained in:
wackbyte 2022-12-16 17:58:49 -05:00
parent 93ea24266e
commit 83bffb14af
No known key found for this signature in database
GPG key ID: 937F2AE5CCEFBF59

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "imgbrd-grabber";
version = "7.9.1";
version = "7.10.0";
src = fetchFromGitHub {
owner = "Bionus";
repo = "imgbrd-grabber";
rev = "v${version}";
sha256 = "sha256-0CceSXH1GJbWKOnxZkjmbuyj7NBOQ6tpCYrCl7z4Vrw=";
sha256 = "sha256-AT6pN2do0LlH6xAXKcFQv+oderD88/EiG1JnCw6kOOg=";
fetchSubmodules = true;
};
@ -67,8 +67,10 @@ stdenv.mkDerivation rec {
# link the catch2 sources from nixpkgs
ln -sf ${catch2.src} tests/src/vendor/catch
'';
sed "s|strict\": true|strict\": false|g" -i ./sites/tsconfig.json
preBuild = ''
export HOME=$TMPDIR
'';
postInstall = ''