forked from mirrors/nixpkgs
up: 0.3.1 -> 0.3.2
New release with several new keyboard shortcuts to navigate between piped commands: https://github.com/akavel/up/releases/tag/v0.3.2
This commit is contained in:
parent
047400d753
commit
6ec6cd0f20
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "up-${version}";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "akavel";
|
||||
repo = "up";
|
||||
rev = "v${version}";
|
||||
sha256 = "171bwbk2c7jbi51xdawzv7qy71492mfs9z5j0a5j52qmnr4vjjgs";
|
||||
sha256 = "1psixyymk98z52yy92lwb75yfins45dw6rif9cxwd7yiascwg2if";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/akavel/up";
|
||||
|
|
Loading…
Reference in a new issue