Skip to content

Commit

Permalink
enchant: 2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Dec 6, 2021
1 parent d80af91 commit 05884b2
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 @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "enchant";
version = "2.3.1";
version = "2.3.2";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-e0sa/PLNi/ppHe6mGIQE0zfyMXS7w5ucKt0r80Bzbpw=";
sha256 = "sha256-zpukf9TTQDG9aURVmKaYpmEWArKw6R1wXpGm9QmerW4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 05884b2

Please sign in to comment.