1
0
Fork 0

Revert "ci: auto-update rexit"
All checks were successful
Update Flake / update-flake (push) Successful in 1m16s
Build / build-amd64-linux (push) Successful in 1m26s
Build / build-arm64-linux (push) Successful in 17m24s

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

View file

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

View file

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