haskell-vk-posix-pty: update to version 0.2.1
This commit is contained in:
parent
7428c5dac9
commit
6ce03b674d
|
@ -4,13 +4,12 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vk-posix-pty";
|
pname = "vk-posix-pty";
|
||||||
version = "0.2.0.2";
|
version = "0.2.1";
|
||||||
sha256 = "0dp9kpn1qzfqykmyq20sg0snyk8zrqa2g8c5xp9rfp0zfgmh37dh";
|
sha256 = "1kj06niwcsb4lyhppv5bs67cf8frcs4g8fyyzv3cpipn0xdhsr97";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://bitbucket.org/merijnv/posix-pty
|
homepage = "https://github.com/proger/posix-pty/tree/fork";
|
||||||
https://github.com/proger/posix-pty/tree/fork";
|
|
||||||
description = "Pseudo terminal interaction with subprocesses";
|
description = "Pseudo terminal interaction with subprocesses";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in New Issue