1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Kempkens adbe463277
redlib: update
Some checks failed
Build / build-amd64-linux (push) Successful in 3m11s
Build / build-arm64-linux (push) Failing after 9m32s
2024-05-30 18:25:06 +02:00
Daniel Kempkens 4b11a3e4b5
lexical: fix build 2024-05-30 18:20:40 +02:00
3 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@ jobs:
nix-update --flake --version development bulk-downloader-for-reddit nix-update --flake --version development bulk-downloader-for-reddit
nix-update --flake discord-downloader-go nix-update --flake discord-downloader-go
nix-update --flake q nix-update --flake q
#nix-update --flake redlib nix-update --flake redlib
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable-small --json | jq -r .path) nix-shell ./packages/tabnine/update.sh env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable-small --json | jq -r .path) nix-shell ./packages/tabnine/update.sh
nix-update --flake tg-archive nix-update --flake tg-archive
nix-update --flake vuetorrent nix-update --flake vuetorrent

View file

@ -1,7 +1,7 @@
{ pkgs, lib }: { pkgs, lib }:
let let
erlang = pkgs.beam_nox.interpreters.erlangR26; erlang = pkgs.beam_nox.interpreters.erlang_26;
beamPackages = pkgs.beam.packagesWith erlang; beamPackages = pkgs.beam.packagesWith erlang;
in in
beamPackages.mixRelease rec { beamPackages.mixRelease rec {

View file

@ -5,20 +5,20 @@ let
in in
pkgs.rustPlatform.buildRustPackage rec { pkgs.rustPlatform.buildRustPackage rec {
pname = "redlib"; pname = "redlib";
version = "0.31.2"; version = "0.34.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "redlib-org"; owner = "redlib-org";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-h/UoMlCno9ua2H3dhOfN7S+3MEh8AbpcJ9+0IWootDM="; sha256 = "sha256-JpuCX2ae9me+zHxQj5jqQlgDci2NV+TEVUAqnuTn3cA=";
}; };
cargoPatches = [ # cargoPatches = [
../patches/redlib_cargo-lock.patch # ../patches/redlib_cargo-lock.patch
]; # ];
cargoSha256 = "sha256-0ExHV7m9j4HFDpZqp32XYXmwHhyRobS1CUymRB0lt4Y="; cargoSha256 = "sha256-gkRblCHUFiprZeYtu43GIGBZqCq5l/HEGaQN91XbfSs=";
buildInputs = lib.optionals isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ buildInputs = lib.optionals isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
Security Security