Unverified Commit b667587d authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

wezterm: set version number

parent 81e68008
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ rustPlatform.buildRustPackage rec {
    fetchSubmodules = true;
  };

  postPatch = ''
    echo ${version} > .tag
  '';

  cargoSha256 = "sha256-UaXeeuRuQk+CWF936mEAaWTjZuTSRPmxbQ/9E2oZIqg=";

  nativeBuildInputs = [