Andrew Marshall 2024-02-29 19:15:15 -05:00
parent 15abe62244
commit acb367ce1f
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "openimagedenoise";
version = "1.4.3";
version = "2.2.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-i73w/Vkr5TPLB1ulPbPU4OVGwdNlky1brfarueD7akE=";
sha256 = "sha256-ZIrs4oEb+PzdMh2x2BUFXKyu/HBlFb3CJX24ciEHy3Q=";
};
nativeBuildInputs = [