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.
wip/yesman
Justin Humm 6 years ago
parent 772759173d
commit 35b6b892f7
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2
  1. 4
      pkgs/tools/security/neopg/default.nix

@ -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;
};

Loading…
Cancel
Save