Skip to content

Commit

Permalink
abracadabra: 2.9.1 -> 2.9.2 (#376841)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Jan 26, 2025
2 parents cf577e4 + 2b64244 commit ce603c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ab/abracadabra/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "abracadabra";
version = "2.9.1";
version = "2.9.2";

src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
rev = "v${version}";
hash = "sha256-T2l5wjE62xBb55IzKzInf/K4VPOuZ68vp5VxS0vIn+I=";
hash = "sha256-3sjN62SWl5Xpb2cP108IFqCuJAo8JLOCLxJENCrq8wI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ce603c2

Please sign in to comment.