Revert "neopg: 0.0.4 -> 0.0.5"

This broke the build, as the bump introduced test failures. Revert to a
working version.

This reverts commit 031737126c.
This commit is contained in:
Justin Humm 2018-12-23 22:39:08 +01:00
parent 772759173d
commit 35b6b892f7
No known key found for this signature in database
GPG key ID: 5F24E3BD56617EB2

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
name = "neopg-${version}";
version = "0.0.5";
version = "0.0.4";
src = fetchFromGitHub {
owner = "das-labor";
repo = "neopg";
rev = "v${version}";
sha256 = "1ky3pwg6w8kyaa9iksfx6rryva87mbj1h3yi2mrzp2h7jhrfffpp";
sha256 = "0hhkl326ff6f76k8pwggpzmivbm13fz497nlyy6ybn5bmi9xfblm";
fetchSubmodules = true;
};