openimagedenoise: 1.4.2 -> 1.4.3

main
R. Ryantm 2 years ago
parent 1401b5c4e6
commit 524071fda7
  1. 4
      pkgs/development/libraries/openimagedenoise/default.nix

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "openimagedenoise";
version = "1.4.2";
version = "1.4.3";
# 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-+7o7b64ORCLn8z0KbnUKhlgPs9mlyDCUiNKJEbusGxw=";
sha256 = "sha256-i73w/Vkr5TPLB1ulPbPU4OVGwdNlky1brfarueD7akE=";
};
nativeBuildInputs = [ cmake python3 ispc ];

Loading…
Cancel
Save