Merge pull request #119437 from SuperSandro2000/wezterm-version

wezterm: set version number
This commit is contained in:
Sandro 2021-04-14 19:35:11 +02:00 committed by GitHub
commit 75dd5e5b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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