Oh, I think I see how to nix this now.

This commit is contained in:
Cory McWilliams 2024-06-26 20:36:54 -04:00
parent 8a93cdd33c
commit d4df206740

View File

@ -28,7 +28,7 @@ pkgs.stdenv.mkDerivation rec {
owner = "cory"; owner = "cory";
repo = "tildefriends"; repo = "tildefriends";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ttqL2wz06Jvn2f6kKIAGpF0nSSle+g4nSlj4jL0D+Fk="; hash = "sha256-xYfrSWSA4G8gCwFeG9dgV91pjX1U+lL3jx0lwfiTr7g=";
fetchSubmodules = true; fetchSubmodules = true;
}; };