Skip to content

Commit

Permalink
abracadabra: 2.1.1 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 22, 2023
1 parent f18b8ec commit 36df4d8
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 36df4d8

Please sign in to comment.