Skip to content

Commit

Permalink
enchant: 2.2.8 -> 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Aug 25, 2020
1 parent 7cf3cd3 commit c9e9856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/enchant/2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "enchant";
version = "2.2.8";
version = "2.2.9";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "0m9m564qqwbssvvf7y3dlz1yxzqsjiqy1yd2zsmb3l0d7y2y5df7";
sha256 = "0g1gf86jzxxhnhkn7jvgi0k9agzav2zr8pjnpgdwpvgmfci3v6mj";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c9e9856

Please sign in to comment.