1
0
Fork 0

rexit: update

This commit is contained in:
Daniel Kempkens 2023-08-28 23:38:55 +02:00
parent b9281c29f3
commit 30d0952b3d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -5,16 +5,16 @@ let
in in
pkgs.rustPlatform.buildRustPackage { pkgs.rustPlatform.buildRustPackage {
pname = "rexit"; pname = "rexit";
version = "1.2.0"; version = "1.3.0-unstable";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nifoc"; owner = "MPult";
repo = "Rexit"; repo = "Rexit";
rev = "a2c8979a9755e609adb618c6a10d740e73adff74"; rev = "4d0bbc84f21113d0741d8bee813e4437aded44ca";
sha256 = "sha256-6EiSwviHpmqBljTA3nqRIavpk7NbyMktUhxkpN7efq4="; sha256 = "sha256-isPrJ0BizVA03E57iJzlWiJhHNRfyaYkw4BupDtpvao=";
}; };
cargoSha256 = "sha256-HZJZ15bPV/CW6w2T5ALVsp2ngLU/5B0Vjn5n/kSatp4="; cargoSha256 = "sha256-5NYzCYm8Aq7/aP1oEdE0dWssaxFPb6IOBQMol1F3heg=";
nativeBuildInputs = with pkgs; [ pkg-config ]; nativeBuildInputs = with pkgs; [ pkg-config ];