wasabibackend: Update dependencies

authored by

Claudio Bley and committed by
Pavol Rusnak
8f256170 caea8212

+7 -10
+7 -10
pkgs/applications/blockchains/wasabibackend/deps.nix
··· 1 { fetchurl }: 2 let 3 nugetUrlBase = "https://www.nuget.org/api/v2/package"; 4 - fetchNuGet = { name, version, sha256 }: 5 - fetchurl { 6 - inherit sha256; 7 - url = "${nugetUrlBase}/${name}/${version}"; 8 - }; 9 - in [ 10 11 (fetchNuGet { 12 name = "microsoft.aspnetcore.app.runtime.linux-x64"; 13 - version = "3.1.19"; 14 - sha256 = "19z4zrchaxcz0a33c33n1qd11z9khj4323nfzsbzah0xxkkj8ka8"; 15 }) 16 (fetchNuGet { 17 name = "microsoft.aspnetcore.jsonpatch"; ··· 95 }) 96 (fetchNuGet { 97 name = "microsoft.netcore.app.runtime.linux-x64"; 98 - version = "3.1.19"; 99 - sha256 = "10c9bq1z8j173n9jzamgplbxq101yscwdhksshn1ybisn7cr5g0h"; 100 }) 101 (fetchNuGet { 102 name = "microsoft.netcore.dotnetapphost";
··· 1 { fetchurl }: 2 let 3 nugetUrlBase = "https://www.nuget.org/api/v2/package"; 4 + fetchNuGet = { name, version, sha256 }: fetchurl { inherit sha256; url = "${nugetUrlBase}/${name}/${version}"; }; 5 + in 6 + [ 7 8 (fetchNuGet { 9 name = "microsoft.aspnetcore.app.runtime.linux-x64"; 10 + version = "3.1.21"; 11 + sha256 = "056g9nv8a7n8zdbgzmyzmn3pbg52yq2kv5d1rcp7h6plwzgpiwql"; 12 }) 13 (fetchNuGet { 14 name = "microsoft.aspnetcore.jsonpatch"; ··· 92 }) 93 (fetchNuGet { 94 name = "microsoft.netcore.app.runtime.linux-x64"; 95 + version = "3.1.21"; 96 + sha256 = "13692wqcww0w6x4nhyxpxwprdg6mx9xmlvv38m6fvp6g0m27r43v"; 97 }) 98 (fetchNuGet { 99 name = "microsoft.netcore.dotnetapphost";