mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
fix nix build again...
This commit is contained in:
parent
4a91ce99a7
commit
5ca52175f6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
pname = "tsm";
|
pname = "tsm";
|
||||||
version = "2024.1001-unstable";
|
version = "2024.1001-unstable";
|
||||||
src = ../.;
|
src = ../.;
|
||||||
nimbleDepsHash = "sha256-1AV+Wpv8Ufq30xITpD88JNAXiw+yDF9sR9s5uXwqlvo=";
|
nimbleDepsHash = "sha256-5xK3KsLLFZ72qWreIHW0SBL3+5H6Ll6o0spMfW1iPX8=";
|
||||||
nimFlags = [
|
nimFlags = [
|
||||||
"-d:TsmVersion=v${version}"
|
"-d:TsmVersion=v${version}"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue