mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskell-jwt: update to version 0.4.2
This commit is contained in:
parent
c549ac9c1a
commit
1043e5694f
@ -8,8 +8,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "jwt";
|
||||
version = "0.4.1";
|
||||
sha256 = "0rzy85ziljvmw62zlnifpy5g7l9m1pms331svaylj00ny17bq803";
|
||||
version = "0.4.2";
|
||||
sha256 = "167qm37y5f3d05spr0z2jwkbm2sszz3khs6zd1p0az5q4nhq295w";
|
||||
buildDepends = [
|
||||
aeson base64Bytestring cryptohash dataDefault httpTypes network
|
||||
networkUri scientific text time unorderedContainers
|
||||
@ -24,6 +24,5 @@ cabal.mkDerivation (self: {
|
||||
description = "JSON Web Token (JWT) decoding and encoding";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user