fix nix build again...

This commit is contained in:
Daylin Morgan 2024-11-13 14:08:01 -06:00
parent 4a91ce99a7
commit 5ca52175f6
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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}"
]; ];