Loading pkgs/by-name/wg/wgpu-native/package.nix +9 −7 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ callPackage, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "wgpu-native"; version = "25.0.2.2"; version = "27.0.2.0"; src = fetchFromGitHub { owner = "gfx-rs"; repo = "wgpu-native"; tag = "v${version}"; hash = "sha256-ihA1pfTW6EHpihL4IUv7YTsU1SLkxEM6wUDr7NiHmLc="; tag = "v${finalAttrs.version}"; hash = "sha256-sJEDCt8DTP6FjtbROVCZVD0we0OA07wjkiLnXoQfTuc="; fetchSubmodules = true; }; Loading @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { "dev" ]; cargoHash = "sha256-8Axm9gIX6yW0ScV5SjB6AWlmlIeGuQYonWsGwcIH2os="; cargoHash = "sha256-ZQiX7IZsbjlDzRNlYgpRnLfCKGAYnSwvACRMNkZPjbE="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading @@ -37,6 +37,8 @@ rustPlatform.buildRustPackage rec { vulkan-loader ]; env.WGPU_NATIVE_VERSION = finalAttrs.version; postInstall = '' rm $out/lib/libwgpu_native.a install -Dm644 ./ffi/wgpu.h -t $dev/include/webgpu Loading @@ -46,7 +48,7 @@ rustPlatform.buildRustPackage rec { passthru = { updateScript = nix-update-script { }; examples = callPackage ./examples.nix { inherit version src; inherit (finalAttrs) version src; }; }; Loading @@ -59,4 +61,4 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ niklaskorz ]; }; } }) pkgs/development/python-modules/wgpu-py/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -39,14 +39,14 @@ }: buildPythonPackage rec { pname = "wgpu-py"; version = "0.25.0"; version = "0.26.0"; pyproject = true; src = fetchFromGitHub { owner = "pygfx"; repo = "wgpu-py"; tag = "v${version}"; hash = "sha256-TErwgzujuHafvSiNpfmga9GQtvGFFkDjBqe8eX/dlP8="; hash = "sha256-TaWrodP1KtCLIKi+NOnq2U7CLGVEhnlJilD6Txt7vgo="; }; postPatch = Loading Loading
pkgs/by-name/wg/wgpu-native/package.nix +9 −7 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ callPackage, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "wgpu-native"; version = "25.0.2.2"; version = "27.0.2.0"; src = fetchFromGitHub { owner = "gfx-rs"; repo = "wgpu-native"; tag = "v${version}"; hash = "sha256-ihA1pfTW6EHpihL4IUv7YTsU1SLkxEM6wUDr7NiHmLc="; tag = "v${finalAttrs.version}"; hash = "sha256-sJEDCt8DTP6FjtbROVCZVD0we0OA07wjkiLnXoQfTuc="; fetchSubmodules = true; }; Loading @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { "dev" ]; cargoHash = "sha256-8Axm9gIX6yW0ScV5SjB6AWlmlIeGuQYonWsGwcIH2os="; cargoHash = "sha256-ZQiX7IZsbjlDzRNlYgpRnLfCKGAYnSwvACRMNkZPjbE="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading @@ -37,6 +37,8 @@ rustPlatform.buildRustPackage rec { vulkan-loader ]; env.WGPU_NATIVE_VERSION = finalAttrs.version; postInstall = '' rm $out/lib/libwgpu_native.a install -Dm644 ./ffi/wgpu.h -t $dev/include/webgpu Loading @@ -46,7 +48,7 @@ rustPlatform.buildRustPackage rec { passthru = { updateScript = nix-update-script { }; examples = callPackage ./examples.nix { inherit version src; inherit (finalAttrs) version src; }; }; Loading @@ -59,4 +61,4 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ niklaskorz ]; }; } })
pkgs/development/python-modules/wgpu-py/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -39,14 +39,14 @@ }: buildPythonPackage rec { pname = "wgpu-py"; version = "0.25.0"; version = "0.26.0"; pyproject = true; src = fetchFromGitHub { owner = "pygfx"; repo = "wgpu-py"; tag = "v${version}"; hash = "sha256-TErwgzujuHafvSiNpfmga9GQtvGFFkDjBqe8eX/dlP8="; hash = "sha256-TaWrodP1KtCLIKi+NOnq2U7CLGVEhnlJilD6Txt7vgo="; }; postPatch = Loading