openimagedenoise: 2.3.2 -> 2.3.3 (#396486)

This commit is contained in:
Weijia Wang
2025-04-23 22:09:59 +02:00
committed by GitHub
+2 -2
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimagedenoise";
version = "2.3.2";
version = "2.3.3";
# The release tarballs include pretrained weights, which would otherwise need to be fetched with git-lfs
src = fetchzip {
url = "https://github.com/RenderKit/oidn/releases/download/v${finalAttrs.version}/oidn-${finalAttrs.version}.src.tar.gz";
sha256 = "sha256-yTa6U/1idfidbfNTQ7mXcroe7M4eM7Frxi45A/7e2A8=";
sha256 = "sha256-JzAd47fYGLT6DeOep8Wag29VY9HOTpqf0OSv1v0kGQU=";
};
patches = lib.optional cudaSupport ./cuda.patch;