redlib: switch to releases
This commit is contained in:
parent
3176440e55
commit
b6d2d2b7d4
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue