Commit a652c94e authored by R. RyanTM's avatar R. RyanTM
Browse files

abracadabra: 2.3.5 -> 2.4.0

parent b2b2c220
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "abracadabra";
  version = "2.3.5";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "KejPi";
    repo = "AbracaDABra";
    rev = "v${version}";
    hash = "sha256-iWXQ4Tjqz9Y+pihuMDBKi3iwuo5eAyyAMNtRBxojOhs=";
    hash = "sha256-viB6vRqBvYbFJh6wYs7kIk4sY9SZHRz1KlHJ3DTwUFQ=";
  };

  nativeBuildInputs = [