abracadabra: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm
2025-09-03 21:04:34 +00:00
parent 33d95fc710
commit ea6a8d375d

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "abracadabra";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
tag = "v${version}";
hash = "sha256-udMPbnR/AXF+zCuU6AMcDerqinJ/B1J2OzuFrkQmEh0=";
hash = "sha256-cx5Kq5V0XTUJdqEDI0iDICIygbYkGu8JwdCACNLMgtY=";
};
nativeBuildInputs = [