Unverified Commit 40ad12e3 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #257891 from trofi/enchant-update

enchant: 2.6.0 -> 2.6.1
parents 0e5b4250 8ee13f11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "enchant";
  version = "2.6.0";
  version = "2.6.1";

  outputs = [ "out" "dev" ];

  src = fetchurl {
    url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
    hash = "sha256-M1fqk6F0T/vNcwIjzINmE11A/1mIGuBZHVHT7o/5rm8=";
    hash = "sha256-8k4SRpE3rh0DFAu5AypHpZR8NvTR4vErkpBhAF6xUnk=";
  };

  nativeBuildInputs = [