diff options
author | tv <tv@shackspace.de> | 2015-06-26 23:02:09 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-26 23:02:09 +0200 |
commit | bfd854e05207a073eaa983c49f27c37555ccfce5 (patch) | |
tree | f932957a7180423f4fc387a12d17b251c0b67684 /nix | |
parent | cd4a939f40b41ef624fca9615d9fa285d5046e29 (diff) |
bump compatibility to nixos-15.06pre64030.e1af50c
Diffstat (limited to 'nix')
-rw-r--r-- | nix/email-header.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/email-header.nix b/nix/email-header.nix index a6caea2..8c62f2f 100644 --- a/nix/email-header.nix +++ b/nix/email-header.nix @@ -7,8 +7,8 @@ mkDerivation { version = "0.3.0"; src = fetchgit { url = "https://github.com/4z3/email-header"; - sha256 = "f8e77302594d8ff163a5df75dd886f9932ef9d1a084f79c0393b48fcb2a51eb4"; - rev = "3ba16e71cf1fff92fd86199f893d89a40ca1275d"; + sha256 = "f33fba567a39b1f2448869b269c26c40d8007599c23ab83bde5b4dfd9fd76ebc"; + rev = "7b179bd31192ead8afe7a0b6e34bcad4039deaa8"; }; buildDepends = [ attoparsec base base64-bytestring bytestring case-insensitive |