From 62b244f8102bc9305b226de6d7867277306bfa28 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 1 Apr 2024 20:16:29 +0200 Subject: [PATCH] rexit: update source --- packages/rexit.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/rexit.nix b/packages/rexit.nix index e3dba08..6e40516 100644 --- a/packages/rexit.nix +++ b/packages/rexit.nix @@ -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 ];