From 35b6b892f72e939755ef90d18daa33b7aae51449 Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Sun, 23 Dec 2018 22:39:08 +0100 Subject: [PATCH] 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 031737126c72c2cdc117dcc42472a8475f835bb8. --- pkgs/tools/security/neopg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/neopg/default.nix b/pkgs/tools/security/neopg/default.nix index 7cb442bdf62..cf5f760cda4 100644 --- a/pkgs/tools/security/neopg/default.nix +++ b/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; };