1
0
Fork 0

redlib: update
Some checks failed
Build / build-amd64-linux (push) Successful in 3m11s
Build / build-arm64-linux (push) Failing after 9m32s

This commit is contained in:
Daniel Kempkens 2024-05-30 18:25:06 +02:00
parent 4b11a3e4b5
commit adbe463277
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 7 additions and 7 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

@ -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