summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-12-23 22:39:08 +0100
committerJustin Humm <justin.humm@posteo.de>2018-12-23 22:42:38 +0100
commit35b6b892f72e939755ef90d18daa33b7aae51449 (patch)
treed6f1380f378f008bdd42ac7ef6af44b252cb9781 /pkgs/tools/security
parent772759173d362a557a78ad58605579b417a9b08c (diff)
downloadnixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar.gz
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar.bz2
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar.lz
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar.xz
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.tar.zst
nixpkgs-35b6b892f72e939755ef90d18daa33b7aae51449.zip
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.
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/neopg/default.nix4
1 files 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;
   };