abracadabra: 2.2.2 -> 2.2.4

This commit is contained in:
Markus Kowalewski 2023-08-26 00:41:05 +02:00
parent a4dc15c269
commit 3f43fe1c2a
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "abracadabra";
version = "2.2.2";
version = "2.2.4";
src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
rev = "v${version}";
sha256 = "sha256-VFV2eHBvBdKrI4Zt+GCtAOSZt0++hYDWYR7AN42p85I=";
sha256 = "sha256-gpZ6ckV//fhDlpAqmMwL4XNXX7xFmGi58fkOC4oRcDM=";
};
nativeBuildInputs = [