wezterm: set version number

This commit is contained in:
Sandro Jäckel 2021-04-14 18:53:16 +02:00
parent 81e6800870
commit b667587deb
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,7 +22,7 @@
, libGL
, freetype
, zlib
# Apple frameworks
# Apple frameworks
, CoreGraphics
, Cocoa
, Foundation
@ -68,6 +68,10 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
postPatch = ''
echo ${version} > .tag
'';
cargoSha256 = "sha256-UaXeeuRuQk+CWF936mEAaWTjZuTSRPmxbQ/9E2oZIqg=";
nativeBuildInputs = [