peco: 0.5.2 -> 0.5.3

This commit is contained in:
Pascal Wittmann 2018-07-12 22:03:06 +02:00
parent e137f80e62
commit e0f54907ae
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -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 ];
};
}