diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-23 05:43:42 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-23 05:43:42 +0100 |
commit | 41181f694c290acd5c594ef624cb9c1592c8f199 (patch) | |
tree | d6fc1671638c97e9789f26331fde8cd5b02f5f64 /mkdeps | |
parent | Update to .net 8 (diff) | |
download | MatrixUtils-41181f694c290acd5c594ef624cb9c1592c8f199.tar.xz |
Update upstreams
Diffstat (limited to '')
-rwxr-xr-x | mkdeps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdeps b/mkdeps index eb39592..ccb1370 100755 --- a/mkdeps +++ b/mkdeps @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i "bash -x" -p bash nuget-to-nix git dotnet-sdk_7 nix curl jq yq +#!nix-shell -i "bash -x" -p bash nuget-to-nix git dotnet-sdk_8 nix curl jq yq projects=( MatrixRoomUtils.Web ) |