Skip to content

Commit

Permalink
ameba: 1.5.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sefidel authored and peterhoeg committed Mar 25, 2024
1 parent 128901e commit 8621265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ameba/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, fetchpatch, crystal }:
{ lib, fetchFromGitHub, crystal }:

crystal.buildCrystalPackage rec {
pname = "ameba";
version = "1.5.0";
version = "1.6.1";

src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "refs/tags/v${version}";
hash = "sha256-TdyEnTloaciSpkPmnm+OM75sz9jaCaQ3VoDEepfescU=";
hash = "sha256-NwmsNz9YfHDk0hVwVb5zczuzvErrwPhd3rs75t/Fj+I=";
};

format = "make";
Expand Down

0 comments on commit 8621265

Please sign in to comment.