haskell-hdevtools: fix patch checksum one more time

It appears that upstream has re-based the pull request, thereby changing the hash.
This commit is contained in:
Peter Simons 2014-08-20 19:57:37 +02:00
parent 30d05ba082
commit 128039217e

View File

@ -1,4 +1,4 @@
{ cabal, cmdargs, ghcPaths, network, syb, time, fetchpatch }: { cabal, cmdargs, ghcPaths, network, syb, time, fetchurl }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hdevtools"; pname = "hdevtools";
@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1a218m817q35f52fv6mn28sfv136i6fm2mzgdidpm24pc0585gl7"; sha256 = "1a218m817q35f52fv6mn28sfv136i6fm2mzgdidpm24pc0585gl7";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
patches = [ (fetchpatch { url = "https://github.com/ts468/hdevtools/pull/2.diff"; sha256 = "0pwgxm4mh29qm79kg0gc6a90lzjbmh8rf4pc3hx2zqgb5f3l2abs"; }) ]; patches = [ (fetchurl { url = "https://github.com/ts468/hdevtools/pull/2.patch"; md5 = "256609d2d3f5b719caa0002ee579d169"; }) ];
buildDepends = [ cmdargs ghcPaths network syb time ]; buildDepends = [ cmdargs ghcPaths network syb time ];
meta = { meta = {
homepage = "https://github.com/bitc/hdevtools/"; homepage = "https://github.com/bitc/hdevtools/";