Unverified Commit 3a989f7e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ivyterm: 1.0.4 -> 1.0.5 (#379371)

parents ab05ebfa 285f56d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ivyterm";
  version = "1.0.4";
  version = "1.0.5";

  src = fetchFromGitHub {
    owner = "Tomiyou";
    repo = "ivyterm";
    tag = "v${version}";
    hash = "sha256-zp0crxn8dF/6Bxru08qmfjs12VOqKaxDxU3xlD6Gosk=";
    hash = "sha256-Xr4oXg+kZPDImY7BlKUHwgi5AtCArH1vf3+s117luTQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Vm6EP/t6y6Ijb6RnHebdf1qMIAwoMjh0RJ77xyYV1ZM=";
  cargoHash = "sha256-aBo+IAM+tAzUazw9XE80EACWyQtDIQjm33Q20p49L5s=";

  nativeBuildInputs = [
    pkg-config