Merge pull request #272351 from markuskowa/upd-abracadabra

abracadabra: 2.2.4 -> 2.3.1
This commit is contained in:
markuskowa 2023-12-06 13:11:19 +01:00 committed by GitHub
commit 6242cda67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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