opensplat: patch for torch 2.6 (#406869)

authored by Aleksana and committed by GitHub fd2e9003 39c9bdea

+8
+8
pkgs/by-name/op/opensplat/package.nix
··· 16 cudaSupport ? config.cudaSupport, 17 cudaPackages, 18 autoAddDriverRunpath, 19 }: 20 let 21 version = "1.1.4"; ··· 34 tag = "v${version}"; 35 hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM="; 36 }; 37 38 nativeBuildInputs = 39 [
··· 16 cudaSupport ? config.cudaSupport, 17 cudaPackages, 18 autoAddDriverRunpath, 19 + fetchpatch2, 20 }: 21 let 22 version = "1.1.4"; ··· 35 tag = "v${version}"; 36 hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM="; 37 }; 38 + 39 + patches = [ 40 + (fetchpatch2 { 41 + url = "https://github.com/pierotofy/OpenSplat/commit/7fb96e86a43ac6cfd3eb3a7f6be190c5f2dbeb73.patch"; 42 + hash = "sha256-hWJWU/n1pRAAbExAYUap6CoSjIu2dzCToUmacSSpa0I="; 43 + }) 44 + ]; 45 46 nativeBuildInputs = 47 [