Merge pull request #149441 from r-ryantm/auto-update/openimagedenoise

openimagedenoise: 1.4.1 -> 1.4.2
This commit is contained in:
Bobby Rong 2022-01-01 19:34:23 +08:00 committed by GitHub
commit 2a2320a030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "openimagedenoise";
version = "1.4.1";
version = "1.4.2";
# The release tarballs include pretrained weights, which would otherwise need to be fetched with git-lfs
src = fetchzip {
url = "https://github.com/OpenImageDenoise/oidn/releases/download/v${version}/oidn-${version}.src.tar.gz";
sha256 = "sha256-TQ7cL0/6pnSTuW21DESA5I3S/C1BHStrWK9yaPoim6E=";
sha256 = "sha256-+7o7b64ORCLn8z0KbnUKhlgPs9mlyDCUiNKJEbusGxw=";
};
nativeBuildInputs = [ cmake python3 ispc ];