nixpkgs/pkgs
aszlig 6b2bd330fa
wordgrinder: Fix sha256 hash
The hash used for fetchFromGitHub was on the archive itself, however
fetchFromGitHub is actually a wrapper of fetchzip:

hash mismatch in fixed-output derivation '...-source':
  wanted: sha256:1zqx3p9l22njni44ads3fyw3xh6807wmb5k1x2glg61z81cwc6sf
  got:    sha256:08lnq5wmspfqdjmqm15gizcq0xr7mg4h62qhvwj63v0sd6ks1cal

When using nix-prefetch-url without the --unpack argument, I get:

1zqx3p9l22njni44ads3fyw3xh6807wmb5k1x2glg61z81cwc6sf

And with the --unpack argument:

08lnq5wmspfqdjmqm15gizcq0xr7mg4h62qhvwj63v0sd6ks1cal

Just to be 100% sure the contents are the same, I also diffed the
contents of the former tarball with the outputs of the unpacked dir and
they're the same.

I didn't actually test the package (which doesn't build right now
anyway), but now at least the source checksum is fixed :-)

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthiasbeyer
2019-04-11 14:58:02 +02:00
..
applications wordgrinder: Fix sha256 hash 2019-04-11 14:58:02 +02:00
build-support Merge pull request #59181 from Izorkin/nginx-format 2019-04-10 19:23:34 +01:00
common-updater update-source-version: Fixes, add --ignore-same-hash 2019-04-06 19:47:08 -04:00
data ir-standard-fonts: init at unstable-2017-01-21 (#57943) 2019-04-08 09:30:11 -04:00
desktops deepin.udisks2-qt5: init at 0.0.1 (#59247) 2019-04-10 07:29:46 -03:00
development Merge pull request #59273 from veprbl/pr/snakemake_5.4.4 2019-04-11 14:41:26 +02:00
games flightgear: 2018.2.2 -> 2018.3.1 2019-04-09 20:48:18 -04:00
misc Merge pull request #59127 from matthiasbeyer/update-my-packages 2019-04-09 13:47:31 +02:00
os-specific netbsd.mkDerivation: don't supply -z relro 2019-04-10 17:35:08 -04:00
servers influxdb: 1.6.3 -> 1.7.5 (#58622) 2019-04-10 22:32:12 +02:00
shells Merge pull request #59200 from yrashk/powershell-6.2.0 2019-04-09 18:47:29 +02:00
stdenv androidndk: fixup mess 2019-04-10 01:30:34 -04:00
test
tools Merge pull request #58705 from dtzWill/update/sstp-1.0.12 2019-04-11 14:38:24 +02:00
top-level python3Packages.papis: provide as a library too (#59070) 2019-04-11 12:55:08 +02:00