1
0
Fork 0

rexit: update source
All checks were successful
Build / build-amd64-linux (push) Successful in 1m51s
Build / build-arm64-linux (push) Successful in 7m40s

This commit is contained in:
Daniel Kempkens 2024-04-01 20:16:29 +02:00
parent ab35ce9a4a
commit 62b244f810
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -8,13 +8,13 @@ pkgs.rustPlatform.buildRustPackage {
version = "1.3.0-unstable";
src = pkgs.fetchFromGitHub {
owner = "MPult";
owner = "nifoc";
repo = "Rexit";
rev = "4d0bbc84f21113d0741d8bee813e4437aded44ca";
sha256 = "sha256-isPrJ0BizVA03E57iJzlWiJhHNRfyaYkw4BupDtpvao=";
rev = "8bc9c9f74cf08ee74b701f86f4bc46c04404dd25";
hash = "sha256-Q8LsbwHeiBm9Gld6d1c58YM6k62FPSPOjNChVA3R1ns=";
};
cargoSha256 = "sha256-5NYzCYm8Aq7/aP1oEdE0dWssaxFPb6IOBQMol1F3heg=";
cargoSha256 = "sha256-GivHp/+YNGnxo9Sz4XiHEm1F685Rq+9SRcxL0Gz5Qjo=";
nativeBuildInputs = with pkgs; [ pkg-config ];