rexit: update source
This commit is contained in:
parent
ab35ce9a4a
commit
62b244f810
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue