Skip to content

Commit

Permalink
Merge pull request #244889 from r-ryantm/auto-update/abracadabra
Browse files Browse the repository at this point in the history
abracadabra: 2.1.1 -> 2.2.1
  • Loading branch information
markuskowa authored Jul 22, 2023
2 parents 047e3cf + 36df4d8 commit 4eb7c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/abracadabra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "abracadabra";
version = "2.1.1";
version = "2.2.1";

src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
rev = "v${version}";
sha256 = "sha256-pjcao8KTEmgE54dUBxLLnStszR32LryfciMKScBOGdc=";
sha256 = "sha256-hK7mRDJqn0ETgHlvZl3m6lRDbsp5v7a8eGBFdm7ihdA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4eb7c9e

Please sign in to comment.