Unverified Commit 2c6373f7 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

luwen: 0.7.13 -> 0.7.14 (#453025)

parents e2eddd2b 2e4ae00a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "luwen";
  version = "0.7.13";
  version = "0.7.14";

  src = fetchFromGitHub {
    owner = "tenstorrent";
    repo = "luwen";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2l+rcWP9Ms0bvvSvZIA4DjH6bIloQGxzRTE1ShP6hEE=";
    hash = "sha256-KhkABISkR37MjEwgroVtywYNCxgfwXyM5LG2CIJhu3M=";
  };

  postUnpack = ''