summary refs log tree commit diff
path: root/pkgs/development/libraries/libtasn1
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-01 07:22:03 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-01 07:22:33 -0500
commit8591db4b10e50ad3b61b1708787e4de314424d5d (patch)
treebd4e899eec29af6e38917cfb47ea9367c62ae381 /pkgs/development/libraries/libtasn1
parentf48fe899c3058d771168500a40bb8c7a7ea39941 (diff)
downloadnixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar.gz
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar.bz2
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar.lz
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar.xz
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.tar.zst
nixpkgs-8591db4b10e50ad3b61b1708787e4de314424d5d.zip
libtasn1: fix evaluation and hash
Diffstat (limited to 'pkgs/development/libraries/libtasn1')
-rw-r--r--pkgs/development/libraries/libtasn1/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtasn1/default.nix b/pkgs/development/libraries/libtasn1/default.nix
index 6423a788287..2ae5a79b958 100644
--- a/pkgs/development/libraries/libtasn1/default.nix
+++ b/pkgs/development/libraries/libtasn1/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnu/libtasn1/${name}.tar.gz";
-    sha256 = "0p8c5s1gm3z3nn4s9qc6gs18grbk45mx44byqw2l2qzynjqrsd7a";
+    sha256 = "1nhvnznhg2aqfrfjxc8v008hjlzkh5831jsfahqk89qrw7fbbcw9";
   };
 
   buildInputs = [ perl texinfo ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
     license = stdenv.lib.licenses.lgpl2Plus;
 
-    maintainers = with maintainers; [ wkennington ];
+    maintainers = with stdenv.lib.maintainers; [ wkennington ];
     platforms = stdenv.lib.platforms.all;
   };
 }