redlib: update
This commit is contained in:
parent
4b11a3e4b5
commit
adbe463277
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue