about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/wasabibackend
AgeCommit message (Collapse)AuthorFilesLines
2022-12-19build-dotnet-module: restore for current runtime by defaultDavid McFarland1-2/+0
2022-12-19treewide: update all dotnet lockfilesDavid McFarland2-11/+5
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-06-20wasabibackend: update dependenciesmdarocha1-12/+9
2022-05-18Merge pull request #165562 from r-ryantm/auto-update/wasabibackendLassulus1-2/+2
wasabibackend: 1.1.13.0 -> 1.1.13.1
2022-03-24wasabibackend: 1.1.13.0 -> 1.1.13.1R. Ryantm1-2/+2
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-1/+1
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-01-12wasabibackend: use postFixup instead of postInstallIvarWithoutBones1-1/+1
2022-01-03wasabibackend: 1.1.12 -> 1.1.13.0, use buildDotnetModuleIvarWithoutBones3-1122/+224
2021-11-16wasabibackend: Update dependenciesClaudio Bley1-10/+7
2021-11-16wasabibackend: Use nixpkgs-fmt instead of nixfmtClaudio Bley1-2/+2
2021-09-17wasabibackend: Fix create_deps.sh script and update dependenciesClaudio Bley2-608/+608
The old version of the script tried to parse the output of the dotnet tool, but apparently, that output changed and thus the list of dependencies was empty.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-23Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1Anderson Torres1-4/+4
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee1-4/+4
2020-09-04wasabibackend: 1.1.11.1 -> 1.1.12Pavol Rusnak2-419/+424
2020-06-19WasabiBackend: init at 1.1.11.1Marek Mahut3-0/+1149