Skip to content

Commit eabd08e

Browse files
committed
naga-cli 0.14.0
naga-cli: update test Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent d7f0cb5 commit eabd08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/naga-cli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NagaCli < Formula
22
desc "Shader translation command-line tool"
33
homepage "https://github.com/gfx-rs/naga"
4-
url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "126393320084c6bb5aa3916f9edc8de80824e9eb169db805432226eef4a56b15"
4+
url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.14.0.tar.gz"
5+
sha256 "408128a255eba79763d9b7c5422d9c9d6a62019001f80f5ab28d34436c6189eb"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/gfx-rs/naga.git", branch: "master"
88

@@ -79,7 +79,7 @@ def install
7979
8080
EOF
8181
assert_equal test_out_metal.read, <<~EOF
82-
// language: metal2.0
82+
// language: metal1.0
8383
#include <metal_stdlib>
8484
#include <simd/simd.h>
8585

0 commit comments

Comments
 (0)