abracadabra: 2.7.0 -> 2.7.1 (#358943)

This commit is contained in:
Markus Kowalewski 2024-11-26 12:54:47 +01:00 committed by GitHub
commit 1d5b7f4edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "abracadabra";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
rev = "v${version}";
hash = "sha256-iHa41VmCrNGsj+6LeYIigwiBahQuTVr+bAo0kFmQ6dw=";
hash = "sha256-d9DNgpvAZUova0ef6Ge4L/hRjLpY/UkDBawU2UAuSGI=";
};
nativeBuildInputs = [