1
0
Fork 0

ci: auto-update rexit
Some checks failed
Build / build-amd64-linux (push) Failing after 49s
Build / build-arm64-linux (push) Successful in 1m2s

This commit is contained in:
Daniel Kempkens 2023-12-17 00:22:24 +01:00
parent bb2e6d6480
commit a3fa62dfb0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 6 additions and 5 deletions

View file

@ -21,6 +21,7 @@ jobs:
nix-update --flake anonymous-overflow
nix-update --flake --version development bulk-downloader-for-reddit
nix-update --flake q
nix-update --flake rexit
nix-update --flake vuetorrent
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:

View file

@ -3,18 +3,18 @@
let
inherit (pkgs.stdenv) isDarwin;
in
pkgs.rustPlatform.buildRustPackage {
pkgs.rustPlatform.buildRustPackage rec {
pname = "rexit";
version = "1.3.0-unstable";
version = "1.2.1";
src = pkgs.fetchFromGitHub {
owner = "MPult";
repo = "Rexit";
rev = "4d0bbc84f21113d0741d8bee813e4437aded44ca";
sha256 = "sha256-isPrJ0BizVA03E57iJzlWiJhHNRfyaYkw4BupDtpvao=";
rev = "v${version}";
sha256 = "sha256-KnwyyMC/uUcOlrCMofMjN7F6FAkUGFQ9m7COUaGDGdE=";
};
cargoSha256 = "sha256-5NYzCYm8Aq7/aP1oEdE0dWssaxFPb6IOBQMol1F3heg=";
cargoSha256 = "sha256-69vqfut2uRReZXT+ILFlaCZ3mTtr0yhKgFSv1wZgZVI=";
nativeBuildInputs = with pkgs; [ pkg-config ];