🔖 v0.2.3
This commit is contained in:
parent
a4cfce2117
commit
77e8621cf1
@ -38,7 +38,7 @@ var cfgFile string
|
|||||||
|
|
||||||
// rootCmd represents the base command when called without any subcommands
|
// rootCmd represents the base command when called without any subcommands
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Version: "0.2.2",
|
Version: "0.2.3",
|
||||||
Use: "workon [project]",
|
Use: "workon [project]",
|
||||||
Short: "Manage tmux sessions",
|
Short: "Manage tmux sessions",
|
||||||
Long: "",
|
Long: "",
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
packages.workon = pkgs.buildGoModule {
|
packages.workon = pkgs.buildGoModule {
|
||||||
pname = "workon";
|
pname = "workon";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
vendorSha256 = "sha256-+EFL3cry1hFqVSWxobU6+V/30jbejft8kM5RXgroTxM=";
|
vendorSha256 = "sha256-+EFL3cry1hFqVSWxobU6+V/30jbejft8kM5RXgroTxM=";
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user