wezterm: set version number
This commit is contained in:
parent
81e6800870
commit
b667587deb
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user