From e0f54907aea00f819414c5339770242a56d44b20 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 12 Jul 2018 22:03:06 +0200 Subject: peco: 0.5.2 -> 0.5.3 --- pkgs/tools/text/peco/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/text/peco') diff --git a/pkgs/tools/text/peco/default.nix b/pkgs/tools/text/peco/default.nix index 7b87fd1e492c..b51f811644d1 100644 --- a/pkgs/tools/text/peco/default.nix +++ b/pkgs/tools/text/peco/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { name = "peco-${version}"; - version = "0.5.2"; + version = "0.5.3"; goPackagePath = "github.com/peco/peco"; subPackages = [ "cmd/peco" ]; @@ -11,7 +11,7 @@ buildGoPackage rec { owner = "peco"; repo = "peco"; rev = "v${version}"; - sha256 = "0cgfwbnz4jp2nvmqf2i03xf69by8g0xgd3k5k9aj46y9hps1ka92"; + sha256 = "1m3s1jrrhqccgg3frfnq6iprwwi97j13wksckpcyrg51z6y5q041"; }; goDeps = ./deps.nix; @@ -23,5 +23,6 @@ buildGoPackage rec { # peco should work on Windows or other POSIX platforms, but the go package # declares only linux and darwin. platforms = platforms.linux ++ platforms.darwin; + maintainers = with maintainers; [ pSub ]; }; } -- cgit 1.4.1