1
0
Fork 0

redlib: switch to releases
All checks were successful
Update Flake / update-flake (push) Successful in 1m13s
Build / build-amd64-linux (push) Successful in 1m27s
Build / build-arm64-linux (push) Successful in 11m41s

This commit is contained in:
Daniel Kempkens 2024-01-03 01:57:47 +01:00
parent 3176440e55
commit b6d2d2b7d4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
nix-update --flake anonymous-overflow
nix-update --flake --version development bulk-downloader-for-reddit
nix-update --flake q
nix-update --flake --version main 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
nix-update --flake vuetorrent
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5

View file

@ -5,16 +5,16 @@ let
in
pkgs.rustPlatform.buildRustPackage rec {
pname = "redlib";
version = "main";
version = "0.31.0";
src = pkgs.fetchFromGitHub {
owner = "redlib-org";
repo = pname;
rev = "7d952f7f18733d23a296afa226be216cbd1f3aea";
sha256 = "sha256-2AcJoXQOhmIKIkDZzgA8btRwTvgWjlPWc67cRIzRg/4=";
rev = "v${version}";
sha256 = "sha256-d3Jjs/a2EgdqRBTjXKwDDRnU6orb7RQGl1CVz9b9SdI=";
};
cargoSha256 = "sha256-MZ3T8fvYYCYn7Pt5YiViabfh/YzKQbOb0CwhY3iP/eg=";
cargoSha256 = "sha256-2MugS0/MO85lQvDbiFwnsX4LYdk7TACDFR8OOLEFGUQ=";
buildInputs = lib.optionals isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
Security