mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-zip-archive: update to version 0.2.2
This commit is contained in:
parent
46145143fc
commit
4139ea10be
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "zip-archive";
|
pname = "zip-archive";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
sha256 = "1w58fg3kzbsgscadwx3k34xbq7d7hzghlv4mxyglaxn3qdcd6w8b";
|
sha256 = "10br64sn7wmssimxssqmjd43br8y63l5szn2wg30d957a9zgdk60";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary digest filepath mtl text time zlib ];
|
buildDepends = [ binary digest filepath mtl text time zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user