Skip to content

Commit

Permalink
abracadabra: 2.8.0 -> 2.9.0 (NixOS#369940)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Jan 2, 2025
2 parents ff809df + 1f21419 commit 10ffb29
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.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
rev = "v${version}";
hash = "sha256-bzRXGxSWoiBqvx8r2coNVPQKilOAKFoqBcB4F0uAV8g=";
hash = "sha256-PPG71W5HeLr4R8je88K4VXPiSbJn5T7dP3M05C+bkv0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 10ffb29

Please sign in to comment.