This release fixes a build failure when using all-cabal-nixes:
- Fix build failure when using
all-cabal-nixesand the last package in the list is a duplicate. The derivation would fail with exit code 1 due to a shell scripting issue. #70 Thanks @Mr-Andersen!