mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
Merge pull request #126720 from fortuneteller2k/hilbish
hilbish: 0.4.0 -> 0.5.0
This commit is contained in:
commit
fd374934ef
1 changed files with 6 additions and 6 deletions
|
@ -2,23 +2,23 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hilbish";
|
pname = "hilbish";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Hilbis";
|
owner = "Rosettea";
|
||||||
repo = "Hilbish";
|
repo = "Hilbish";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-7YJkjkA6lGyO4PwJcdeUzqQvFsslDfIqAH6vlBtyYz8=";
|
sha256 = "sha256-cYpGTk0adT3X/elrJW2Wjv4SbPvgeyYmsOHTrft8678=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-9FftzTn5nxjfsHStcnrn9a+sECmcHRBUEtFjsMp8/ks=";
|
vendorSha256 = "sha256-8l+Kb1ADMLwv0Hf/ikok8eUcEEST07rhk8BjHxJI0lc=";
|
||||||
|
|
||||||
buildInputs = [ readline ];
|
buildInputs = [ readline ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An interactive Unix-like shell written in Go";
|
description = "An interactive Unix-like shell written in Go";
|
||||||
changelog = "https://github.com/Hilbis/Hilbish/releases/tag/v${version}";
|
changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${version}";
|
||||||
homepage = "https://github.com/Hilbis/Hilbish";
|
homepage = "https://github.com/Rosettea/Hilbish";
|
||||||
maintainers = with maintainers; [ fortuneteller2k ];
|
maintainers = with maintainers; [ fortuneteller2k ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux; # only officially supported on Linux
|
platforms = platforms.linux; # only officially supported on Linux
|
||||||
|
|
Loading…
Reference in a new issue