Unverified Commit 1dafe6fa authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

Merge pull request #331620 from k3yss/os/keys/bend-0-2-36

bend: 0.2.34 -> 0.2.36
parents 1e535c1d 30a5b3b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "Bend";
  version = "0.2.34";
  version = "0.2.36";

  src = fetchFromGitHub {
    owner = "HigherOrderCO";
    repo = "Bend";
    rev = "refs/tags/${version}";
    hash = "sha256-3leAt1M3Six5+KcCcz7sorpVHGkKj7xGWZ0KJnh+bNs=";
    hash = "sha256-j4YMdeSxIbhp7xT42L42/y0ZncFPKBkxTh0LgO/RjkY=";
  };

  cargoHash = "sha256-VynLnpZLUCqclIlbt7y6kd8ZJQGLa892J2UjDATgAhE=";
  cargoHash = "sha256-jPxPx/e6rv5REP+K1ZLg9ffJKKVNLqR/vd33xKs+Ut4=";

  nativeBuildInputs = [
    hvm